platform-vue/src/App.vue
2026-03-31 17:32:06 +08:00

15 lines
166 B
Vue

<script setup>
</script>
<template>
<router-view />
</template>
<style scoped>
#app {
width: 100%;
height: 100%;
overflow: hidden;
}
</style>