fe-drone-ci/plop-templates/store/index.hbs

17 lines
185 B
Handlebars
Raw Normal View History

2019-12-04 02:34:23 +00:00
{{#if state}}
const state = {}
{{/if}}
{{#if mutations}}
const mutations = {}
{{/if}}
{{#if actions}}
const actions = {}
{{/if}}
export default {
namespaced: true,
{{options}}
}