rax-medical/src/views/remote-manage/index.vue
2023-12-20 14:54:01 +08:00

13 lines
178 B
Vue

<template>
<RouterView/>
</template>
<script lang='ts' setup>
import { onMounted, reactive, ref, toRefs, watch } from 'vue'
</script>
<style lang='scss' scoped>
</style>