rax-medical/src/views/permissions-manage/menu-manage.vue

16 lines
191 B
Vue
Raw Normal View History

2023-12-17 16:05:38 +08:00
<template>
<div>
</div>
</template>
<script lang='ts' setup>
import { onMounted, reactive, ref, toRefs, watch } from 'vue'
</script>
<style lang='scss' scoped>
</style>