张恒

新增vuex模板

1 +
2 +const template = {
3 + state: {},
4 +
5 + mutations: {},
6 +
7 + actions: {}
8 +}
9 +
10 +export default template