Skip to content

Commit

Permalink
fix(form): form tooltip append-to-body fix (#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
gimmyhehe authored Oct 19, 2023
1 parent 8080e95 commit bf7f20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue/src/form-item/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const formItemProps = {
},
appendToBody: {
type: Boolean,
default: false
default: undefined
},
error: {
type: String,
Expand Down

0 comments on commit bf7f20e

Please sign in to comment.