mirror of
https://gitee.com/xiongmao1988/rax-medical.git
synced 2025-08-24 21:14:57 +08:00
14 lines
139 B
Vue
14 lines
139 B
Vue
![]() |
<script lang="ts">
|
||
|
export default {
|
||
|
data () {
|
||
|
return {
|
||
|
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
</script>
|
||
|
|
||
|
<template>
|
||
|
<RouterView />
|
||
|
</template>
|