Ai
3 Star 0 Fork 1

通用框架搭建小组/vue3+ts+pinia企业级后台项目

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
components.d.ts 464 Bytes
一键复制 编辑 原始数据 按行查看 历史
陈鼎 提交于 2022-08-25 16:07 +08:00 . init commit
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'
export {}
declare module '@vue/runtime-core' {
export interface GlobalComponents {
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/vue3-enterprise-level/vue3-project.git
git@gitee.com:vue3-enterprise-level/vue3-project.git
vue3-enterprise-level
vue3-project
vue3+ts+pinia企业级后台项目
master

搜索帮助