mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-21 04:50:14 +08:00
chore(dialog): clean codes
This commit is contained in:
parent
4b908cccaa
commit
f1f116626a
@ -96,6 +96,8 @@ export default defineComponent({
|
||||
handleNegativeClick,
|
||||
handleCloseClick,
|
||||
handleAfterLeave,
|
||||
to,
|
||||
maskClosable,
|
||||
show
|
||||
} = this
|
||||
return (
|
||||
@ -104,8 +106,8 @@ export default defineComponent({
|
||||
onUpdateShow={handleUpdateShow}
|
||||
appear
|
||||
dialog
|
||||
to={this.$props.to}
|
||||
maskClosable={this.$props.maskClosable}
|
||||
to={to}
|
||||
maskClosable={maskClosable}
|
||||
onAfterLeave={handleAfterLeave}
|
||||
>
|
||||
{{
|
||||
|
Loading…
Reference in New Issue
Block a user