18 lines
218 B
Vue
Raw Normal View History

2026-04-09 10:23:54 +08:00
<template>
<div class="root">
</div>
</template>
<script setup>
</script>
<style scoped>
.root {
width: 100%;
display: flex;
flex-direction: column;
height: 100%;
}
</style>