dl_mer_mer_admin/plop-templates/store/index.hbs

15 lines
186 B
Handlebars
Raw Permalink Normal View History

2025-03-04 15:59:12 +08:00
{{#if state}}
const state = {}
{{/if}}
{{#if mutations}}
const mutations = {}
{{/if}}
{{#if actions}}
const actions = {}
{{/if}}
export default { namespaced: true,
{{options}}
}