Files
DiceCloud/app/imports/ui/tabletop/TabletopMap.vue
2021-03-24 16:23:39 +02:00

12 lines
151 B
Vue

<template lang="html">
<div class="tabletop-map" />
</template>
<script lang="js">
export default {
}
</script>
<style lang="css" scoped>
</style>