Skip to content

Commit

Permalink
.js
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo committed Sep 23, 2023
1 parent 7893da4 commit c3ccec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/components/MkMenu.child.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<script lang="ts" setup>
import { nextTick, onMounted, onUnmounted, shallowRef, watch } from 'vue';
import MkMenu from './MkMenu.vue';
import { MenuItem } from '@/types/menu';
import { MenuItem } from '@/types/menu.js';

const props = defineProps<{
items: MenuItem[];
Expand Down

0 comments on commit c3ccec7

Please sign in to comment.