1 Star 0 Fork 2.3K

6小新/vue-next-admin

forked from lyt-Top/vue-next-admin 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
shim.d.ts 398 Bytes
Copy Edit Raw Blame History
/* 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;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/ji_yu_xin/vue-next-admin.git
git@gitee.com:ji_yu_xin/vue-next-admin.git
ji_yu_xin
vue-next-admin
vue-next-admin
master

Search