Loading.ts
1 | import type { App, VNode } from 'vue' |
Loading.vue
1 | <template> |
main.ts
1 | import Loading from './components/Loading/index' |
改变的确很难,但结果值得冒险
Loading.ts
1 | import type { App, VNode } from 'vue' |
Loading.vue
1 | <template> |
main.ts
1 | import Loading from './components/Loading/index' |