仪表盘
版本库
文件存储
活动
搜索
登录
main
/
mom-pro2-before
宁夏三级mom前端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
fix: 修复员工业绩图表 null 数据展示与甘特图日期格式解析错误
hsy
5 天以前
c8a6236013ec15d00ddcab1587bbd4f090611cdf
[mom-pro2-before.git]
/
src
/
packages
/
stores
/
shim-pinia.d.ts
1
2
3
4
5
6
7
8
9
// https://github.com/vuejs/pinia/issues/2098
declare module 'pinia' {
export function acceptHMRUpdate(
initialUseStore: any | StoreDefinition,
hot: any,
): (newModule: any) => any;
}
export { acceptHMRUpdate };