vue-router / VaporRouterView
VaporRouterView
ts
const VaporRouterView: DefineVaporComponent<{
name: {
default: string;
type: PropType<string>;
};
route: PropType<RouteLocationNormalizedLoadedGeneric>;
}, string, ExtractPropTypes<{
name: {
default: string;
type: PropType<string>;
};
route: PropType<RouteLocationNormalizedLoadedGeneric>;
}>, {
}, string, {
default?: (__namedParameters) => Block;
}, Record<string, any>,
| Node
| VaporFragment<Block>
| DynamicFragment
| VaporComponentInstance<{
}, {
}, StaticSlots, Record<string, any>, Block, Record<string, any>>
| Block[], {
}, true, VaporPublicProps, object & object & object, {
name: string;
}>;
