Skip to content

Commit

Permalink
Update MenuList.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangenming authored Aug 22, 2022
1 parent 9907c95 commit 96edc9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/layout/menu/MenuList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
<script setup lang="ts">
import {userMenu} from "@/components/layout/menu/useMenu";
import {useMenu} from "@/components/layout/menu/useMenu";
import IconPark from "@/components/common/IconPark.vue";
const {menus, currentKey, click} = userMenu()
const {menus, currentKey, click} = useMenu()
</script>

Expand Down

0 comments on commit 96edc9f

Please sign in to comment.