5 Star 26 Fork 27

buqiyuan/vite-vue3-h5

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
components.d.ts 1.65 KB
一键复制 编辑 原始数据 按行查看 历史
buqiyuan 提交于 2023-10-16 15:29 . chore: upgrade deps
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
declare module 'vue' {
export interface GlobalComponents {
Empty: (typeof import('./src/components/empty.vue'))['default'];
FieldAreaPicker: (typeof import('./src/components/field-area-picker.vue'))['default'];
FieldCalendarPicker: (typeof import('./src/components/field-calendar-picker.vue'))['default'];
FieldDatetimePicker: (typeof import('./src/components/field-datetime-picker.vue'))['default'];
FieldPicker: (typeof import('./src/components/field-picker.vue'))['default'];
ListCard: (typeof import('./src/components/list-card.vue'))['default'];
PersonSelect: (typeof import('./src/components/person-select.vue'))['default'];
RouterLink: (typeof import('vue-router'))['RouterLink'];
RouterView: (typeof import('vue-router'))['RouterView'];
SearchPerson: (typeof import('./src/components/search-person.vue'))['default'];
VanCard: (typeof import('vant/es'))['Card'];
VanGrid: (typeof import('vant/es'))['Grid'];
VanGridItem: (typeof import('vant/es'))['GridItem'];
VanIcon: (typeof import('vant/es'))['Icon'];
VanNavBar: (typeof import('vant/es'))['NavBar'];
VanSidebar: (typeof import('vant/es'))['Sidebar'];
VanSidebarItem: (typeof import('vant/es'))['SidebarItem'];
VanSticky: (typeof import('vant/es'))['Sticky'];
VanSwipe: (typeof import('vant/es'))['Swipe'];
VanSwipeItem: (typeof import('vant/es'))['SwipeItem'];
VanTabbar: (typeof import('vant/es'))['Tabbar'];
VanTabbarItem: (typeof import('vant/es'))['TabbarItem'];
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/buqiyuan/vite-vue3-h5.git
git@gitee.com:buqiyuan/vite-vue3-h5.git
buqiyuan
vite-vue3-h5
vite-vue3-h5
main

搜索帮助