mt-ck-wms-ui/plop-templates/store/index.hbs
2021-09-13 14:56:28 +08:00

17 rivejä
185 B
Handlebars

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