Bladeren bron

上传新文件

张晓翠 2 jaren geleden
bovenliggende
commit
590dc04339
1 gewijzigde bestanden met toevoegingen van 16 en 0 verwijderingen
  1. 16 0
      baby-institute-admin-ui-front-master/plop-templates/store/index.hbs

+ 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}}
+}