diff --git a/docs/component/uniui/uni-tooltip.md b/docs/component/uniui/uni-tooltip.md index 6a7525109921b1952a810535bfc07a5ca87ee4a0..6e14a5bbe1c638292b49679f922ca1ae2b010a56 100644 --- a/docs/component/uniui/uni-tooltip.md +++ b/docs/component/uniui/uni-tooltip.md @@ -22,7 +22,7 @@ 在 `template` 中使用组件 ```html - + ``` @@ -34,7 +34,7 @@ | 属性名 | 类型 | 默认值 | 说明 | | :-------: | :----: | :----: | :---------------------------------: | | content | String | | 弹出层显示的内容 | -| placement | String | left | Tooltip 的出现位置, 目前只支持 left | +| placement | String | left | Tooltip 的出现位置, 支持 left,right,top,bottom | ### Tooltip Slots @@ -62,12 +62,22 @@ - - 一段文字 - - - 一段文字 - + + + + + + + + + + + + + + + + @@ -80,7 +90,25 @@ }; - + ``` :::