杨总惠通宝
 
 
 
 
 
 
htb_backend/view/mer/plop-templates/store/index.hbs

16 lines
185 B

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