2025-11-05 16:34:40 +08:00
|
|
|
<script setup lang="ts">
|
2025-11-10 13:59:55 +08:00
|
|
|
import { RouterView } from 'vue-router'
|
2025-11-05 16:34:40 +08:00
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
<template>
|
|
|
|
|
<RouterView />
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<style scoped>
|
2025-11-10 13:59:55 +08:00
|
|
|
/* 应用全局样式可以在这里添加 */
|
2025-11-05 16:34:40 +08:00
|
|
|
</style>
|