Skip to content

Commit

Permalink
docs(popup): update destoryOnClose props instruction (jd-opensource#1010
Browse files Browse the repository at this point in the history
)
  • Loading branch information
szg2008 committed Feb 18, 2022
1 parent 327a979 commit 5b255fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packages/__VUE/popup/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ app.use(Popup).use(OverLay)
| closeable | 是否显示关闭按钮 | Boolean | `false` |
| close-icon-position | 关闭按钮位置(top-left,top-right,bottom-left,bottom-right) | String | `"top-right"` |
| close-icon | 自定义 Icon | String | `"close"` |
| destroy-on-close | 组件销毁后是否关闭 | Boolean | `true` |
| destroy-on-close | 弹层关闭后 `slot`内容会不会清空 | Boolean | `true` |
| round | 是否显示圆角 | Boolean | `false` |
| teleport | 指定挂载节点(`小程序不支持`) | String | `"body"` |

Expand Down

0 comments on commit 5b255fa

Please sign in to comment.