You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
5. Remove `Array<RouteRecordRaw>` and the import of `RouteRecordRaw` from `src/router/index.js`.
58
58
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.
60
60
61
61
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`.
5. Remove `Array<RouteRecordRaw>` and the import of `RouteRecordRaw` from `src/router/index.js`.
58
58
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.
60
60
61
61
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`.
0 commit comments