Skip to content

Commit dcb65ec

Browse files
committed
chore: fix typo
1 parent c23a3c5 commit dcb65ec

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/introduction/getting-started.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ We assume you are already familiar with the basic usages of Vue before you conti
1010
- Vue `>= v3.6`.
1111
- VSCode extension [TS Macro](https://marketplace.visualstudio.com/items?itemName=zhiyuanzmj.vscode-ts-macro) and install `@ts-macro/tsc` instead of `tsc` to typecheck.
1212
```json
13+
// package.json
1314
{
1415
"scripts": {
1516
"typecheck": "tsmc --noEmit"

pnpm-workspace.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ packages:
44
- docs
55

66
defines:
7-
- &babel ^7.26.8
8-
- &vue-macros ^3.0.0-beta.7
7+
- &babel ^7.26.8
8+
- &vue-macros ^3.0.0-beta.7
99

1010
catalog:
1111
'@babel/core': *babel

0 commit comments

Comments
 (0)