张晓翠
2 ani în urmă
părinte
comite
590dc04339
|
@@ -0,0 +1,16 @@
|
|
|
+{{#if state}}
|
|
|
+const state = {}
|
|
|
+{{/if}}
|
|
|
+
|
|
|
+{{#if mutations}}
|
|
|
+const mutations = {}
|
|
|
+{{/if}}
|
|
|
+
|
|
|
+{{#if actions}}
|
|
|
+const actions = {}
|
|
|
+{{/if}}
|
|
|
+
|
|
|
+export default {
|
|
|
+ namespaced: true,
|
|
|
+ {{options}}
|
|
|
+}
|