Home > vue-router > useView
Signature:
export declare function useView(options: UseViewOptions): (attrs: {
[key: string]: unknown;
}) => import("vue").VNode<any, any> | null;
| Parameter | Type | Description |
|---|---|---|
| options | UseViewOptions |
Returns:
(attrs: {
[key: string]: unknown;
}) => import("vue").VNode<any, any> | null