UNPKG

cloud-ui.vusion

Version:
28 lines (18 loc) 630 B
<!-- 该 README.md 根据 api.yaml 和 docs/*.md 自动生成,为了方便在 GitHub 和 NPM 上查阅。如需修改,请查看源文件 --> # URouterView 子页面容器 - [示例](#示例) - [基本用法](#基本用法) - [API]() - [Props/Attrs](#propsattrs) **Container** 用于嵌入子页面的容器。 ## 示例 ### 基本用法 ``` html <u-router-view></u-router-view> ``` ## API ### Props/Attrs | Prop/Attr | Type | Options | Default | Description | | --------- | ---- | ------- | ------- | ----------- | | disableKeepAlive | boolean | | `true` | 重新进入已打开页面时,会刷新页面 |