mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-23 08:20:39 +01:00
chore(VerticalNavigation): rename Link to VerticalNavigationLink type
This commit is contained in:
2
src/runtime/types/vertical-navigation.d.ts
vendored
2
src/runtime/types/vertical-navigation.d.ts
vendored
@@ -1,7 +1,7 @@
|
||||
import type { RouteLocationRaw } from 'vue-router'
|
||||
import type { Avatar } from './avatar'
|
||||
|
||||
export interface Link {
|
||||
export interface VerticalNavigationLink {
|
||||
to?: string | RouteLocationRaw
|
||||
exact?: boolean
|
||||
label: string
|
||||
|
||||
Reference in New Issue
Block a user