lrf402788946 4 tahun lalu
induk
melakukan
f227b137c6
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  1. 2 0
      src/store/index.js

+ 2 - 0
src/store/index.js

@@ -12,6 +12,7 @@ import organization from '@common/src/store/organization';
 import mechanism from '@common/src/store/mechanism';
 import code from '@common/src/store/code';
 import online from '@common/src/store/online';
+import policy from '@common/src/store/policy';
 
 Vue.use(Vuex);
 
@@ -30,5 +31,6 @@ export default new Vuex.Store({
     mechanism,
     online,
     code,
+    policy,
   },
 });