张晓翠 преди 2 години
родител
ревизия
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}}
+}