1 Star 5 Fork 3

飞舞九天/MxxShop开源商城系统-rust开源商城-rust开源商城源码-外贸商城开源-admin-ui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
shim.d.ts 398 Bytes
一键复制 编辑 原始数据 按行查看 历史
飞舞九天 提交于 2024-05-12 17:30 . 后台管理页面
/* 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;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/rust-shop/MxxShop-Admin-UI.git
git@gitee.com:rust-shop/MxxShop-Admin-UI.git
rust-shop
MxxShop-Admin-UI
MxxShop开源商城系统-rust开源商城-rust开源商城源码-外贸商城开源-admin-ui
master

搜索帮助