Skip to content

Commit

Permalink
fixes admin menu bug
Browse files Browse the repository at this point in the history
  • Loading branch information
bigune committed Sep 9, 2024
1 parent ae6cf04 commit 0ee5b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Menu/SubTopMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</a-menu>
</template>
<script lang="ts">
import { defineComponent, reactive, computed, onMounted, watch, ref, ComputedRef } from 'vue'
import { defineComponent, reactive, computed, onMounted, watch, ref, type ComputedRef } from 'vue'
import { KRUDS, MENU_LIST, PERMISSIONS } from '~/store/mutation-types'
import ls from '~/utils/Storage'
Expand Down

0 comments on commit 0ee5b0e

Please sign in to comment.