张晓翠 2 лет назад
Родитель
Сommit
590dc04339
1 измененных файлов с 16 добавлено и 0 удалено
  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}}
+}