feat: Dynamically get the menu from the back end
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<script lang="ts" setup>
|
||||
import { Fallback } from '@vben/universal-ui';
|
||||
|
||||
defineOptions({ name: 'AccessBackendButtonControl' });
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Fallback status="comming-soon" />
|
||||
</template>
|
Reference in New Issue
Block a user