Skip to content

Commit

Permalink
fix(v-nav-drawer): fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitano committed Sep 28, 2021
1 parent fd39130 commit e33b498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/VNavDrawer/VNavDrawer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import VMenu from '../VMenu/VMenu.vue';
import VLogo from '../VLogo/VLogo.vue';
import {ChevronLeftIcon} from '@heroicons/vue/solid';
import {getBgColor} from '../../utils';
import {VNavbarMenuItem} from '@frontend/ui/types';
import {VNavbarMenuItem} from '../../../types';
const props = defineProps({
modelValue: {
Expand Down

0 comments on commit e33b498

Please sign in to comment.