From a842010afd3b6af5f4f036a6a189e9aabaf1bb3d Mon Sep 17 00:00:00 2001 From: jiaming743 <743192023@qq.com> Date: Fri, 28 Jun 2019 20:18:30 +0800 Subject: [PATCH] Bug Fixes: Life cycle error --- mixins/autoResize.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mixins/autoResize.js b/mixins/autoResize.js index 52e1d45..00d9caf 100644 --- a/mixins/autoResize.js +++ b/mixins/autoResize.js @@ -68,7 +68,7 @@ export default { autoResizeMixinInit() }, - beforeDestroyed () { + beforeDestroy () { const { unbindDomResizeCallback } = this unbindDomResizeCallback()