mt-ck-wcs-ui/plop-templates/store/index.hbs
2022-03-08 16:23:04 +08:00

17 lines
185 B
Handlebars

{{#if state}}
const state = {}
{{/if}}
{{#if mutations}}
const mutations = {}
{{/if}}
{{#if actions}}
const actions = {}
{{/if}}
export default {
namespaced: true,
{{options}}
}