appointment_system/admin/src/App.vue
2025-12-11 22:50:18 +08:00

15 lines
149 B
Vue

<template>
<router-view />
</template>
<script setup>
</script>
<style>
html, body, #app {
height: 100%;
margin: 0;
padding: 0;
}
</style>