Docs: fix typo (#13458)

* fixed typo

* fixed typo
pull/13473/head
troy351 2018-11-19 17:33:23 +08:00 committed by hetech
parent d2d4f53c29
commit 62b58fd125
2 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@
- You can close Menu by clicking on Menu outside, #13296 - You can close Menu by clicking on Menu outside, #13296
- Form's `validateField` method can receive arguments, #13319 - Form's `validateField` method can receive arguments, #13319
- Cascader added `visible-change` event, #13415 - Cascader added `visible-change` event, #13415
- DatePicker added range-seprator slot, #13272 (by @milworm) - DatePicker added range-separator slot, #13272 (by @milworm)
- Tree adds `iconClass` and `currentNodeKey` properties, #13337 #13197 (by @isnifer) - Tree adds `iconClass` and `currentNodeKey` properties, #13337 #13197 (by @isnifer)
- Progress's` status` added text #13198 (by @ali-master) - Progress's` status` added text #13198 (by @ali-master)
- Fixing tree's `defaultCheckedKeys` caused an error, #13349 (by @dive2Pro) - Fixing tree's `defaultCheckedKeys` caused an error, #13349 (by @dive2Pro)

View File

@ -19,7 +19,7 @@
- 可以通过点击 Menu 外部来关闭 Menu#13296 - 可以通过点击 Menu 外部来关闭 Menu#13296
- Form 的 `validateField` 方法可以接收参数,#13319 - Form 的 `validateField` 方法可以接收参数,#13319
- Cascader 新增 `visible-change` 事件,#13415 - Cascader 新增 `visible-change` 事件,#13415
- DatePicker 新增 range-seprator slot #13272 (by @milworm) - DatePicker 新增 range-separator slot #13272 (by @milworm)
- Tree 新增 `iconClass``currentNodeKey` 属性,#13337 #13197 (by @isnifer) - Tree 新增 `iconClass``currentNodeKey` 属性,#13337 #13197 (by @isnifer)
- Progress 的 `status` 添加了 text #13198 (by @ali-master) - Progress 的 `status` 添加了 text #13198 (by @ali-master)
- 修复 Tree 的 `defaultCheckedKeys` 导致显示的错误,#13349 (by @dive2Pro) - 修复 Tree 的 `defaultCheckedKeys` 导致显示的错误,#13349 (by @dive2Pro)
@ -738,4 +738,4 @@
- `row-class-name``row-style` 的函数参数改为对象,以保证 API 的一致性 - `row-class-name``row-style` 的函数参数改为对象,以保证 API 的一致性
## ##
<i><sup>*</sup> 在网站上动态渲染任意 HTML 是非常危险的,因为容易导致 [XSS 攻击](https://en.wikipedia.org/wiki/Cross-site_scripting)。因此请在 `dangerouslyUseHTMLString` 打开的情况下,确保 `message` 的内容是可信的,**永远不要**将用户提交的内容赋值给 `message` 属性。</i> <i><sup>*</sup> 在网站上动态渲染任意 HTML 是非常危险的,因为容易导致 [XSS 攻击](https://en.wikipedia.org/wiki/Cross-site_scripting)。因此请在 `dangerouslyUseHTMLString` 打开的情况下,确保 `message` 的内容是可信的,**永远不要**将用户提交的内容赋值给 `message` 属性。</i>