加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
components.d.ts 1.03 KB
一键复制 编辑 原始数据 按行查看 历史
// 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 {
Charts: typeof import('./src/components/charts/index.vue')['default']
Cropper: typeof import('./src/components/cropper/index.vue')['default']
ElAside: typeof import('element-plus/es')['ElAside']
ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider']
ElContainer: typeof import('element-plus/es')['ElContainer']
ElHeader: typeof import('element-plus/es')['ElHeader']
ElMain: typeof import('element-plus/es')['ElMain']
Layer: typeof import('./src/components/layer/index.vue')['default']
Menu: typeof import('./src/components/menu/index.vue')['default']
Table: typeof import('./src/components/table/index.vue')['default']
Tinymce: typeof import('./src/components/tinymce/index.vue')['default']
Tip: typeof import('./src/components/cropper/tip.vue')['default']
}
}
export { }
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化