公告板
版本库
filestore
活动
搜索
登录
main
/
FZCZTB
非政采招投标项目
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
'企业资料审核'
zhangwei
7 天以前
157476e37c39931ee026a2ca6fde0d09383884d3
[FZCZTB.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;