You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're missing some types for route, navigate,isActive and isExactActive slot props.
Property 'route' does not exist on type 'RouteLocationResolvedTyped<RouteNamedMap, "/AboutView"> | RouteLocationResolvedTyped<RouteNamedMap, "/HomeView">'.
23 v-slot="{ href, route, navigate, isActive, isExactActive }"
I have a reproduction repo ready if you need it.
The text was updated successfully, but these errors were encountered:
We're missing some types for
route
,navigate
,isActive
andisExactActive
slot props.I have a reproduction repo ready if you need it.
The text was updated successfully, but these errors were encountered: