加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
components.d.ts 926 Bytes
一键复制 编辑 原始数据 按行查看 历史
张松涛 提交于 2024-04-10 16:11 . feature(custom): 框架搭建
// 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 {
Header: typeof import('./src/components/header/index.vue')['default']
IconSelect: typeof import('./src/components/iconSelect/index.vue')['default']
ImgUpdate: typeof import('./src/components/imgUpdate/index.vue')['default']
Nav: typeof import('./src/components/nav/index.vue')['default']
NavPath: typeof import('./src/components/navPath/index.vue')['default']
Pagination: typeof import('./src/components/pagination/index.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
SvgIcon: typeof import('./src/components/svgIcon/index.vue')['default']
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化