diff --git a/docs/vue/quickstart.md b/docs/vue/quickstart.md index 390b7781ba1..b8d46d14c84 100644 --- a/docs/vue/quickstart.md +++ b/docs/vue/quickstart.md @@ -56,7 +56,7 @@ npm uninstall --save typescript @types/jest @typescript-eslint/eslint-plugin @ty 5. Remove `Array` and the import of `RouteRecordRaw` from `src/router/index.js`. -6. Delete the `src/shims-vue.d.ts` file if it exists. This is only needed when using the Vue CLI. +6. Delete the `src/vite-env.d.ts` file if it exists. 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`. diff --git a/versioned_docs/version-v7/vue/quickstart.md b/versioned_docs/version-v7/vue/quickstart.md index d116f03b086..632e24d844c 100644 --- a/versioned_docs/version-v7/vue/quickstart.md +++ b/versioned_docs/version-v7/vue/quickstart.md @@ -56,7 +56,7 @@ npm uninstall --save typescript @types/jest @typescript-eslint/eslint-plugin @ty 5. Remove `Array` and the import of `RouteRecordRaw` from `src/router/index.js`. -6. Delete the `src/shims-vue.d.ts` file if it exists. This is only needed when using the Vue CLI. +6. Delete the `src/vite-env.d.ts` file if it exists. 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`.