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