mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 11:17:41 +00:00
fix: rename unmount lifecycles
This commit is contained in:
@@ -63,7 +63,7 @@ export default createComponent({
|
||||
}
|
||||
},
|
||||
|
||||
beforeDestroy() {
|
||||
beforeUnmount() {
|
||||
this.pause();
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user