Skip to content

Commit 71c2dbd

Browse files
docs(vue): update quickstart to reference the correct file (#3514)
Co-authored-by: Brandy Carney <[email protected]>
1 parent e1cf042 commit 71c2dbd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/vue/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ npm uninstall --save typescript @types/jest @typescript-eslint/eslint-plugin @ty
5656

5757
5. Remove `Array<RouteRecordRaw>` and the import of `RouteRecordRaw` from `src/router/index.js`.
5858

59-
6. Delete the `src/shims-vue.d.ts` file if it exists. This is only needed when using the Vue CLI.
59+
6. Delete the `src/vite-env.d.ts` file if it exists.
6060

6161
7. Remove `lang="ts"` from the `script` tags in any of your Vue components that have them. In a blank Ionic Vue app, this should only be `src/App.vue` and `src/views/HomePage.vue`.
6262

versioned_docs/version-v7/vue/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ npm uninstall --save typescript @types/jest @typescript-eslint/eslint-plugin @ty
5656

5757
5. Remove `Array<RouteRecordRaw>` and the import of `RouteRecordRaw` from `src/router/index.js`.
5858

59-
6. Delete the `src/shims-vue.d.ts` file if it exists. This is only needed when using the Vue CLI.
59+
6. Delete the `src/vite-env.d.ts` file if it exists.
6060

6161
7. Remove `lang="ts"` from the `script` tags in any of your Vue components that have them. In a blank Ionic Vue app, this should only be `src/App.vue` and `src/views/HomePage.vue`.
6262

0 commit comments

Comments
 (0)