rax-medical/src/views/index.vue

15 lines
204 B
Vue
Raw Normal View History

2023-12-14 18:29:40 +08:00
<template>
<div>
<RouterView />
</div>
</template>
<script lang='ts' setup>
import { onMounted, reactive, ref, toRefs, watch } from 'vue'
</script>
<style lang='scss' scoped>
</style>