公告板
版本库
filestore
活动
搜索
登录
main
/
WCSNet6
.新框架wcs
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Merge branch 'hwh'
hwh
2024-08-28
bebfcf25bea32eb6d61e1da608adf72e15b3665f
[WCSNet6.git]
/
Web
/
src
/
stores
/
index.ts
1
2
3
4
5
6
7
8
// https://pinia.vuejs.org/
import { createPinia } from 'pinia';
// 创建
const pinia = createPinia();
// 导出
export default pinia;