1 Star 11 Fork 4

wilkwo/vueAdminPlus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
env.d.ts 336 Bytes
一键复制 编辑 原始数据 按行查看 历史
wilkwo 提交于 2023-05-30 23:54 . 格式化文件
/// <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/wilkwo/vue-admin-plus.git
git@gitee.com:wilkwo/vue-admin-plus.git
wilkwo
vue-admin-plus
vueAdminPlus
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385