2023-12-15 18:08:45 +08:00
|
|
|
<template>
|
2023-12-20 14:54:01 +08:00
|
|
|
<RouterView/>
|
2023-12-15 18:08:45 +08:00
|
|
|
</template>
|
|
|
|
|
|
|
|
<script lang='ts' setup>
|
|
|
|
import { onMounted, reactive, ref, toRefs, watch } from 'vue'
|
|
|
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
<style lang='scss' scoped>
|
|
|
|
|
|
|
|
</style>
|