0 Star 0 Fork 2

lewisyoungicon/vite-vue3-project

forked from Elvis/vite-vue3-project 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
components.d.ts 977 Bytes
一键复制 编辑 原始数据 按行查看 历史
Elvis 提交于 2022-04-21 23:01 . feat:treeSelect
// 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
declare module 'vue' {
export interface GlobalComponents {
EchartsComponent: typeof import('./src/components/echartsComponent.vue')['default']
ElButton: typeof import('element-plus/es')['ElButton']
ElDatePicker: typeof import('element-plus/es')['ElDatePicker']
ElInput: typeof import('element-plus/es')['ElInput']
ElPopover: typeof import('element-plus/es')['ElPopover']
ElTabPane: typeof import('element-plus/es')['ElTabPane']
ElTabs: typeof import('element-plus/es')['ElTabs']
ElTree: typeof import('element-plus/es')['ElTree']
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
InputComponents: typeof import('./src/components/inputComponents.vue')['default']
TreeSelect: typeof import('./src/components/treeSelect.vue')['default']
}
}
export { }
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/lewisyoungicon/vite-vue3-project.git
git@gitee.com:lewisyoungicon/vite-vue3-project.git
lewisyoungicon
vite-vue3-project
vite-vue3-project
develop

搜索帮助