fix: fix refblock render order and typos

This commit is contained in:
Justineo
2021-10-29 17:13:10 +08:00
parent c13f5f01a9
commit cdc042a1c1
9 changed files with 14 additions and 13 deletions

View File

@@ -93,7 +93,7 @@
:::warning
当使用 Vue.js `2.5.17` 及以下版本时,必须绑定 `slot-scope` 使用。
:::
^^^^
^^^
### 事件

View File

@@ -54,4 +54,4 @@
| 名称 | 类型 | 默认值 | 描述 |
| -- | -- | -- | -- |
| ``link.routerLink`` | `string` | `router-link` | 在路由模式下使用的链接组件名称,用于在 Nuxt.js 等环境下更换为兼容 Vue Router 的实现。 |
| ``link.routerLink`` | `string` | `'router-link'` | 在路由模式下使用的链接组件名称,用于在 Nuxt.js 等环境下更换为兼容 Vue Router 的实现。 |

View File

@@ -197,7 +197,7 @@
另外,当前选项数据中除了上面描述的字段之外的其它字段也会自动通过 `v-bind` 进行绑定到作用域参数上。
^^^
^^^slot-trigger
^^^^slot-trigger
整个下拉触发区域。
默认内容:下拉按钮。
@@ -212,7 +212,6 @@
| `expanded` | `boolean` | 下拉菜单是否展开。 |
| `toggle` | `function(force?: boolean): void` | 用于切换下拉菜单展开状态。 |
+++
^^^
^^^handlers-desc
需要绑定到触发元素上的事件监听器,可以使用 `v-on="handlers"` 统一进行输出。
@@ -221,6 +220,7 @@
用于绑定 `handlers` 的元素需要支持获取焦点,以使各种键盘交互依然可以正常触发。
:::
^^^
^^^^
^^^slot-selected
选中值渲染区域。