仪表盘
版本库
文件存储
活动
搜索
登录
main
/
car-driver
车辆管理系统-司机端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
Initial commit
liding
5 天以前
359f69135b571c8e7b6d046bc849655abfe7075d
[car-driver.git]
/
plop-templates
/
store
/
index.hbs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{{#if state}}
const state = {}
{{/if}}
{{#if mutations}}
const mutations = {}
{{/if}}
{{#if actions}}
const actions = {}
{{/if}}
export default {
namespaced: true,
{{options}}
}