Skip to content

Commit

Permalink
缩短import url
Browse files Browse the repository at this point in the history
  • Loading branch information
think-gem committed Sep 24, 2024
1 parent 9b830be commit 29448d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Menu/src/components/MenuItemContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<script lang="ts">
import { computed, defineComponent } from 'vue';
import Icon from '/@/components/Icon/index';
import Icon from '/@/components/Icon';
import { useI18n } from '/@/hooks/web/useI18n';
import { useDesign } from '/@/hooks/web/useDesign';
import { contentProps } from '../props';
Expand Down

0 comments on commit 29448d0

Please sign in to comment.