mirror of
https://github.com/1024-lab/smart-admin.git
synced 2026-07-22 19:16:07 +00:00
v3.0.0 重磅更新
This commit is contained in:
+2
-3
@@ -23,9 +23,8 @@
|
||||
/>
|
||||
</template>
|
||||
<script setup>
|
||||
import { onMounted, ref, watch } from 'vue';
|
||||
import { menuApi } from '/@/api/system/menu/menu-api';
|
||||
import _ from 'lodash';
|
||||
import { onMounted, ref } from 'vue';
|
||||
import { menuApi } from '/@/api/system/menu-api';
|
||||
|
||||
const props = defineProps({
|
||||
value: Number,
|
||||
|
||||
Reference in New Issue
Block a user