Files
MER-2.2_2601/mer_mer_admin/plop-templates/store/index.hbs
2026-03-08 20:07:52 +08:00

15 lines
186 B
Handlebars

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