1 Star 0 Fork 11

yanyi/vue3.3-Mobile-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
components.d.ts 782 Bytes
一键复制 编辑 原始数据 按行查看 历史
HSg666 提交于 2024-01-29 16:54 . fix:完善部分配置以及文档说明
/* 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 {
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
TabBar: typeof import('./src/components/TabBar.vue')['default']
VanCell: typeof import('vant/es')['Cell']
VanCollapse: typeof import('vant/es')['Collapse']
VanCollapseItem: typeof import('vant/es')['CollapseItem']
VanImage: typeof import('vant/es')['Image']
VanNavBar: typeof import('vant/es')['NavBar']
VanTabbar: typeof import('vant/es')['Tabbar']
VanTabbarItem: typeof import('vant/es')['TabbarItem']
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/yanyizzz/vue3.3-Mobile-template.git
[email protected]:yanyizzz/vue3.3-Mobile-template.git
yanyizzz
vue3.3-Mobile-template
vue3.3-Mobile-template
main

搜索帮助