Browse Source

上传新文件

张晓翠 2 years ago
parent
commit
590dc04339
1 changed files with 16 additions and 0 deletions
  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}}
+}