Files
integral-shop/backend-adminend/plop-templates/store/index.hbs
2026-03-16 11:32:11 +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}}
}