1 Star 0 Fork 32

zhangmouren/xjy_admin 后台管理系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vite-env.d.ts 470 Bytes
一键复制 编辑 原始数据 按行查看 历史
xjy 提交于 2024-05-23 16:00 . init xjy_admin
/// <reference types="vite/client" />
// 配置这个文件是 解决错误:找不到模块“@/views/login/index.vue”或其相应的类型声明。ts(2307)
// 这段代码告诉 TypeScript,所有以 .vue 结尾的文件都是 Vue 组件,可以通过 import 语句进行导入。这样做通常可以解决无法识别模块的问题。
declare module "*.vue" {
import { Component } from "vue"
const component: Component
export default component
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/ZhangFuRan/xjy_admin.git
git@gitee.com:ZhangFuRan/xjy_admin.git
ZhangFuRan
xjy_admin
xjy_admin 后台管理系统
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385