feat: plop new generate store (#2805)

This commit is contained in:
monkeycf
2019-12-04 10:34:23 +08:00
committed by 花裤衩
parent e1554fdbd0
commit 65d8c451e8
3 changed files with 80 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{{#if state}}
const state = {}
{{/if}}
{{#if mutations}}
const mutations = {}
{{/if}}
{{#if actions}}
const actions = {}
{{/if}}
export default {
namespaced: true,
{{options}}
}