From b4607e9d8ea7e3843742f9f86fa6c416ac2d02ee Mon Sep 17 00:00:00 2001 From: Nishant Vispute <25242075+nvispute@users.noreply.github.com> Date: Fri, 8 Mar 2024 12:14:27 +0530 Subject: [PATCH 1/3] Update quickstart.md Update the Non existing file name to latest existing file Old code used to be shipped with `shims-vue.d.ts` newer Code ships with `vite-env.d.ts` --- versioned_docs/version-v7/vue/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-v7/vue/quickstart.md b/versioned_docs/version-v7/vue/quickstart.md index 6f2e36942bb..cf021deb078 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. This is only needed when using the Vue CLI. 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`. From b2656dfd653cf52561f0ae5086ce2b4f0d1cb867 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Thu, 25 Jul 2024 15:16:14 -0400 Subject: [PATCH 2/3] docs(vue): update quickstart to reference the correct file --- docs/vue/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vue/quickstart.md b/docs/vue/quickstart.md index 25acbd0062e..ce7458e3569 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. This is only needed when using the Vue CLI. 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`. From 868d1f3c15da093065f9b70302fad4a2cda96b72 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Thu, 25 Jul 2024 15:22:06 -0400 Subject: [PATCH 3/3] docs: remove outdated mention of vue CLI --- docs/vue/quickstart.md | 2 +- versioned_docs/version-v7/vue/quickstart.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/vue/quickstart.md b/docs/vue/quickstart.md index ebdd0e7c092..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/vite-env.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 878852ea833..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/vite-env.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`.