refactor: handle btn on dialog
This commit is contained in:
parent
29a0269453
commit
1792f60055
2 changed files with 43 additions and 38 deletions
|
|
@ -21,6 +21,7 @@ type Props = {
|
|||
readonly?: boolean;
|
||||
autoSave?: boolean;
|
||||
data?: Data;
|
||||
hideBtn?: boolean;
|
||||
};
|
||||
|
||||
type HandleProps = {
|
||||
|
|
@ -106,6 +107,7 @@ async function change(e: Event) {
|
|||
weight="90%"
|
||||
hide-close-event
|
||||
hide-delete
|
||||
hide-btn
|
||||
edit
|
||||
:title
|
||||
:is-edit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue