17 строки
185 B
Handlebars
17 строки
185 B
Handlebars
{{#if state}}
|
|
const state = {}
|
|
{{/if}}
|
|
|
|
{{#if mutations}}
|
|
const mutations = {}
|
|
{{/if}}
|
|
|
|
{{#if actions}}
|
|
const actions = {}
|
|
{{/if}}
|
|
|
|
export default {
|
|
namespaced: true,
|
|
{{options}}
|
|
}
|