Skip to content

Commit 3220e57

Browse files
authored
docs(create-app): fix newline omitted in the list (#2508)
1 parent 26c46b9 commit 3220e57

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/create-app/template-vue-ts/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ Run `Volar: Switch TS Plugin on/off` from VSCode command palette.
2323
1. Install and add `@vuedx/typescript-plugin-vue` to the [plugins section](https://www.typescriptlang.org/tsconfig#plugins) in `tsconfig.json`
2424
2. Delete `src/shims-vue.d.ts` as it is no longer needed to provide module info to Typescript
2525
3. Open `src/main.ts` in VSCode
26-
4. Open the VSCode command palette 5. Search and run "Select TypeScript version" -> "Use workspace version"
26+
4. Open the VSCode command palette
27+
5. Search and run "Select TypeScript version" -> "Use workspace version"

0 commit comments

Comments
 (0)