mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(Field): fix filter typo
This commit is contained in:
parent
d80bbf64dd
commit
2e927ec2e4
@ -79,7 +79,7 @@ export default createComponent({
|
||||
|
||||
beforeDestroy() {
|
||||
if (this.vanForm) {
|
||||
this.vanForm.fields = this.vanForm.fields.fiilter(item => item !== this);
|
||||
this.vanForm.fields = this.vanForm.fields.filter(item => item !== this);
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user