docs: 尖括号没有转义

This commit is contained in:
roymondchen 2022-07-14 20:11:26 +08:00 committed by jia000
parent 0e0e3ee310
commit 4c5817a922

View File

@ -332,7 +332,7 @@ icon使用的是[element-plus icon](https://element-plus.org/zh-CN/component/ico
### isContainer
- **类型:** (el: HTMLDivElement) => boolean | Promise<boolean>;
- **类型:** (el: HTMLDivElement) => boolean | Promise\<boolean\>;
- **默认值:** (el: HTMLElement) => el.classList.contains('magic-ui-container')