fix: rename unmount lifecycles
This commit is contained in:
+1
-1
@@ -117,7 +117,7 @@ export default createComponent({
|
||||
}
|
||||
},
|
||||
|
||||
beforeDestroy() {
|
||||
beforeUnmount() {
|
||||
if (this.vanForm) {
|
||||
this.vanForm.removeField(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user