format & lint; poprawki do nowego API

This commit is contained in:
2023-12-09 20:14:22 +01:00
parent 8aa2233d41
commit af2af08fbc
34 changed files with 10211 additions and 5157 deletions
+4 -5
View File
@@ -22,7 +22,7 @@ import OrderOVue from './OrderO.vue';
const orderComponents = {
orderN: OrderNVue,
orderS: OrderSVue,
orderO: OrderOVue,
orderO: OrderOVue
};
export default defineComponent({
@@ -32,15 +32,15 @@ export default defineComponent({
const store = useStore();
return {
store,
store
};
},
computed: {
chosenOrderComponent() {
return orderComponents[this.store.chosenOrderType];
},
},
}
}
});
</script>
@@ -187,4 +187,3 @@ select {
}
}
</style>