Files
shop/admin/plop-templates/store/index.hbs
T
2025-02-20 15:04:05 +08:00

17 baris
185 B
Handlebars

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