8 lines
165 B
Vue
8 lines
165 B
Vue
![]() |
<template>
|
||
|
<div class="main__container white-bg table">动态权限菜单</div>
|
||
|
</template>
|
||
|
|
||
|
<script setup lang='ts'>
|
||
|
</script>
|
||
|
<style scoped lang='scss'>
|
||
|
</style>
|