Files
2024-10-10 21:57:37 +03:30

14 lines
195 B
Vue

<template>
<div class="contant">
</div>
</template>
<style lang="scss">
.content {
background-color: #fff;
width: 100%;
height: 100%;
}
</style>