mirror of
https://github.com/youzan/vant.git
synced 2025-10-22 11:54:02 +00:00
fix: rename unmount lifecycles
This commit is contained in:
@@ -66,7 +66,7 @@ export default createComponent({
|
||||
this.bindTouchEvent(this.$el);
|
||||
},
|
||||
|
||||
destroyed() {
|
||||
unmounted() {
|
||||
const { children } = this.$parent;
|
||||
|
||||
if (children) {
|
||||
|
Reference in New Issue
Block a user