lrf402788946 4 år sedan
förälder
incheckning
9d9e250c91
1 ändrade filer med 5 tillägg och 0 borttagningar
  1. 5 0
      src/store/index.js

+ 5 - 0
src/store/index.js

@@ -80,4 +80,9 @@ export default new Vuex.Store({
   state: { ...ustate, ...dostate },
   mutations: { ...umutations, ...domutations },
   actions: {},
+  getters: {
+    topOptions: state => {
+      return state.defaultOption;
+    },
+  },
 });