rax-medical/src/views/remote-manage/index.vue

13 lines
178 B
Vue
Raw Normal View History

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>