vitarx-router 1.0.0-beta.13 → 1.0.0-beta.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/vitarx-router.d.ts +1 -1
- package/package.json +1 -1
package/dist/vitarx-router.d.ts
CHANGED
|
@@ -1074,7 +1074,7 @@ export declare class RouterView extends Widget<RouteOptions> {
|
|
|
1074
1074
|
*
|
|
1075
1075
|
* @protected
|
|
1076
1076
|
*/
|
|
1077
|
-
protected get currentElement(): VNode | undefined;
|
|
1077
|
+
protected get currentElement(): VNode<WidgetType> | undefined;
|
|
1078
1078
|
/**
|
|
1079
1079
|
* 当前路由器视图要显示的组件
|
|
1080
1080
|
*
|