1 Star 0 Fork 102

Kubernetes技术栈 / PandaUi

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

搜索帮助