Started work on tabletop view

This commit is contained in:
Stefan Zermatten
2020-07-17 23:31:12 +02:00
parent 47345b3694
commit 95d8d2cb9a
24 changed files with 749 additions and 94 deletions

View File

@@ -0,0 +1,11 @@
<template lang="html">
<div class="tabletop-map" />
</template>
<script>
export default {
}
</script>
<style lang="css" scoped>
</style>