兰宝车间质量管理系统-前端
LiuHao
2023-06-23 538c52a3ad325a0ad2b17c27dd4597cb394157b6
add 增加cache类型声明
已修改1个文件
2 ■■■■■ 文件已修改
src/types/module.d.ts 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/types/module.d.ts
@@ -2,6 +2,7 @@
import type tab from '@/plugins/tab';
import type download from '@/plugins/download';
import type auth from '@/plugins/auth';
import type cache from '@/plugins/cache';
import type animate from '@/animate';
import type { useDict } from '@/utils/dict';
import type { addDateRange, handleTree, selectDictLabel, selectDictLabels, parseTime } from '@/utils/ruoyi';
@@ -15,6 +16,7 @@
    $tab: typeof tab;
    $download: typeof download;
    $auth: typeof auth;
    $cache: typeof cache;
    animate: typeof animate;
    useDict: typeof useDict;