diff --git a/src/runtime/types/dropdown.d.ts b/src/runtime/types/dropdown.d.ts index 9f27ff92..fa288eb4 100644 --- a/src/runtime/types/dropdown.d.ts +++ b/src/runtime/types/dropdown.d.ts @@ -1,9 +1,7 @@ -import type { RouteLocationRaw } from 'vue-router' +import type { NuxtLinkProps } from '#app' import type { Avatar } from './avatar' -export interface DropdownItem { - to?: string | RouteLocationRaw - exact?: boolean +export interface DropdownItem extends NuxtLinkProps { label: string slot?: string icon?: string