公告板
版本库
filestore
活动
搜索
登录
谭勇
/
JNPF_ITMS_Web
培训系统前端代码
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
初始化
刘光辉
12 小时以前
0dfe84494048ce27ba8449831782128412d3eb13
[~tanyong/JNPF_ITMS_Web.git]
/
packages
/
stores
/
shim-pinia.d.ts
1
2
3
4
5
6
// https://github.com/vuejs/pinia/issues/2098
declare module 'pinia' {
export function acceptHMRUpdate(initialUseStore: any | StoreDefinition, hot: any): (newModule: any) => any;
}
export {};