1 Star 0 Fork 1

炫迈/three.js小案例-3D-VR-飞行物

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
components.d.ts 1.18 KB
一键复制 编辑 原始数据 按行查看 历史
炫迈 提交于 2023-08-12 11:48 . 新增汽车模型
/* 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 {
BearComponent: typeof import('./src/components/BearComponent.vue')['default']
CarCom: typeof import('./src/components/carCom.vue')['default']
ElButton: typeof import('element-plus/es')['ElButton']
ElColorPicker: typeof import('element-plus/es')['ElColorPicker']
ElDialog: typeof import('element-plus/es')['ElDialog']
ElDivider: typeof import('element-plus/es')['ElDivider']
ElDrawer: typeof import('element-plus/es')['ElDrawer']
ElIcon: typeof import('element-plus/es')['ElIcon']
HomeCom: typeof import('./src/components/homeCom.vue')['default']
IsleComponent: typeof import('./src/components/isleComponent.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
ThreeVrLook: typeof import('./src/components/threeVrLook.vue')['default']
}
export interface ComponentCustomProperties {
vLoading: typeof import('element-plus/es')['ElLoadingDirective']
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/xuanmai22/my-three.git
git@gitee.com:xuanmai22/my-three.git
xuanmai22
my-three
three.js小案例-3D-VR-飞行物
master

搜索帮助