Initial commit: 积分兑换电商平台多商户版 MER-2.2
Made-with: Cursor
This commit is contained in:
15
mer_mer_admin/plop-templates/store/index.hbs
Normal file
15
mer_mer_admin/plop-templates/store/index.hbs
Normal file
@@ -0,0 +1,15 @@
|
||||
{{#if state}}
|
||||
const state = {}
|
||||
{{/if}}
|
||||
|
||||
{{#if mutations}}
|
||||
const mutations = {}
|
||||
{{/if}}
|
||||
|
||||
{{#if actions}}
|
||||
const actions = {}
|
||||
{{/if}}
|
||||
|
||||
export default { namespaced: true,
|
||||
{{options}}
|
||||
}
|
||||
Reference in New Issue
Block a user