You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
313 B
Vue

11 months ago
<template>
<div class="com-root">
</div>
</template>
<script>
export default {
name: "view-venues"
}
</script>
<style scoped lang="scss">
.com-root{
width: 100vw;
height: 100vh;
background-image: url("../../static/gdz49@3x.png");
background-size: contain;
background-repeat: no-repeat;
}
</style>