仪表盘
版本库
文件存储
活动
搜索
登录
史文帅
/
productOnline
公司产品在线网站
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
版本更新
surprise
2024-04-08
be8b9ba19cee023829d2adc5d390e5bf0f56cbb8
[~shiwenshuai/productOnline.git]
/
src
/
store
/
index.ts
1
2
3
4
5
6
7
8
9
10
import { createStore } from "vuex";
export default createStore({
state: {
showFlag:false,
},
mutations: {},
actions: {},
modules: {},
});