rax-medical/src/main.vue

14 lines
139 B
Vue
Raw Normal View History

2023-11-10 17:45:10 +08:00
<script lang="ts">
export default {
data () {
return {
}
}
}
</script>
<template>
<RouterView />
</template>