Zaktualizowano listę scenerii | v1.3.4

This commit is contained in:
2020-12-12 14:13:16 +01:00
parent 60c7e7394e
commit a7a19c3faa
3 changed files with 49 additions and 8 deletions
+13
View File
@@ -0,0 +1,13 @@
<template>
<div></div>
</template>
<script lang="ts">
import { Component, Vue } from "vue-property-decorator";
@Component
export default class Modal extends Vue {}
</script>
<style scoped>
</style>