2023-12-04 09:12:38 +08:00
|
|
|
<script setup lang="ts"></script>
|
2023-12-01 14:48:58 +08:00
|
|
|
|
2023-11-30 10:49:45 +08:00
|
|
|
<template>
|
2023-12-01 17:02:05 +08:00
|
|
|
<RouterView />
|
2023-11-30 10:49:45 +08:00
|
|
|
</template>
|
2023-12-01 14:48:58 +08:00
|
|
|
|
2023-12-04 09:12:38 +08:00
|
|
|
<style scoped lang="scss"></style>
|