仪表盘
版本库
文件存储
活动
搜索
登录
main
/
school-ai
办学质量监测教学评价系统
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
Merge branch 'main' of http://yykjgit.sdyyst.com/r/school-ai
Flex
昨天
50f574bcb1e4270245eba8b4c85fd902a5fa2e15
[school-ai.git]
/
ruoyi-ui
/
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 {};