fix: rename unmount lifecycles
This commit is contained in:
+1
-1
@@ -77,7 +77,7 @@ export default createComponent({
|
||||
}
|
||||
},
|
||||
|
||||
beforeDestroy() {
|
||||
beforeUnmount() {
|
||||
const { $Lazyload } = this;
|
||||
|
||||
if ($Lazyload) {
|
||||
|
||||
Reference in New Issue
Block a user