1 Star 0 Fork 305

alvin / gfast-ui

forked from tiger1103 / gfast-ui 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
shim.d.ts 398 Bytes
一键复制 编辑 原始数据 按行查看 历史
tiger1103 提交于 2023-01-19 11:09 . gfast v3.2.1
/* eslint-disable */
// 声明文件,*.vue 后缀的文件交给 vue 模块来处理
declare module '*.vue' {
import type { DefineComponent } from 'vue';
const component: DefineComponent<{}, {}, any>;
export default component;
}
// 声明文件,定义全局变量。其它 app.config.globalProperties.xxx,使用 getCurrentInstance() 来获取
interface Window {
nextLoading: boolean;
}
JavaScript
1
https://gitee.com/alvin8866/gfast-ui.git
git@gitee.com:alvin8866/gfast-ui.git
alvin8866
gfast-ui
gfast-ui
os-v3.2

搜索帮助

53164aa7 5694891 3bd8fe86 5694891