fix: type Component
is not assignable to RouteMeta
(#4140)
* fix: type `Component` is not assignable to `RouteMeta` * fix: ci fail
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import type { Component } from 'vue';
|
||||
|
||||
interface IBreadcrumb {
|
||||
icon?: string;
|
||||
icon?: Component | string;
|
||||
isHome?: boolean;
|
||||
items?: IBreadcrumb[];
|
||||
path?: string;
|
||||
|
Reference in New Issue
Block a user