Aktualizacja listy scenerii

This commit is contained in:
2020-12-17 13:51:29 +01:00
parent 255f8e2840
commit f16ecc39e6
2 changed files with 94 additions and 2 deletions
+1 -2
View File
@@ -51,10 +51,9 @@ import { Action, Getter } from "vuex-class";
import { mapGetters, mapActions } from "vuex";
import Clock from "@/components/App/Clock.vue";
import Modal from "@/components/Global/Modal.vue";
@Component({
components: { Clock, Modal },
components: { Clock },
})
export default class App extends Vue {
@Action("synchronizeData") synchronizeData;