UNPKG

create-base

Version:

快速构建项目基础框架,支持vue/uni-app/后台管理模板等

15 lines (12 loc) 473 B
// generated by unplugin-vue-components // We suggest you to commit this file into source control // Read more: https://github.com/vuejs/vue-next/pull/3399 import '@vue/runtime-core' declare module '@vue/runtime-core' { export interface GlobalComponents { HelloWorld: typeof import('./src/components/home/HelloWorld.vue')['default'] RouterLink: typeof import('vue-router')['RouterLink'] RouterView: typeof import('vue-router')['RouterView'] } } export {}