1 Star 0 Fork 0

刘威/front-starter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
global.d.ts 542 Bytes
一键复制 编辑 原始数据 按行查看 历史
刘威 提交于 2021-12-18 21:59 . build: 🏹 项目基础结构搭建完成
import { MessageApi } from 'ant-design-vue/lib/message/index.d';
import { Router, RouteLocationNormalizedLoaded } from 'vue-router';
/** 将第三方变量挂载到每一个 vue 示例中 */
declare module '@vue/runtime-core' {
interface ComponentCustomProperties {
$message: MessageApi;
$route: RouteLocationNormalizedLoaded;
$router: Router;
}
}
declare module '*.tsx';
declare global {
interface Window {
TMap: any;
}
interface Navigator {
msSaveBlob?: (blob: any, defaultName?: string) => boolean;
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liuweiyibai/front-starter.git
git@gitee.com:liuweiyibai/front-starter.git
liuweiyibai
front-starter
front-starter
master

搜索帮助