2 Star 15 Fork 8

中台 / zhontai-admin-doc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
global.d.ts 518 Bytes
一键复制 编辑 原始数据 按行查看 历史
中台 提交于 2023-05-09 17:29 . admin文档提交
// 申明外部 npm 插件模块
declare module 'virtual:pwa-register'
declare module 'markdown-it-custom-attrs'
// 声明一个模块,防止引入文件时报错
declare module '*.json'
declare module '*.png'
declare module '*.jpg'
declare module '*.scss'
declare module '*.ts'
declare module '*.js'
// 声明文件,*.vue 后缀的文件交给 vue 模块来处理
declare module '*.vue' {
import type { DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, any>
export default component
}
1
https://gitee.com/zhontai/zhontai-admin-doc.git
git@gitee.com:zhontai/zhontai-admin-doc.git
zhontai
zhontai-admin-doc
zhontai-admin-doc
master

搜索帮助