ソースを参照

上传新文件

张晓翠 2 年 前
コミット
590dc04339

+ 16 - 0
baby-institute-admin-ui-front-master/plop-templates/store/index.hbs

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