@@ -0,0 +1,16 @@
+{{#if state}}
+const state = {}
+{{/if}}
+
+{{#if mutations}}
+const mutations = {}
+{{#if actions}}
+const actions = {}
+export default {
+ namespaced: true,
+ {{options}}
+}