1 Star 0 Fork 4

ssy/vueAdminPlus

forked from luoxuancong/vueAdminPlus 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
env.d.ts 331 Bytes
一键复制 编辑 原始数据 按行查看 历史
wilkwo 提交于 2022-09-17 22:22 . 更新ts类型
/// <reference types="vite/client" />
// typescript 只能理解 .ts 文件,无法理解 .vue文件,因此需要给.vue文件加上类型说明文件
declare module '*.vue' {
import type { DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, any>
export default component
}
declare module 'vue-json-viewer'
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/ssy1234/vue-admin-plus.git
git@gitee.com:ssy1234/vue-admin-plus.git
ssy1234
vue-admin-plus
vueAdminPlus
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385