瀏覽代碼

上传新文件

张晓翠 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}}
+}