From 285416445247f92105a853d8633e9fd4711e431a Mon Sep 17 00:00:00 2001 From: jiaming743 <743192023@qq.com> Date: Wed, 9 Sep 2020 17:13:24 +0800 Subject: [PATCH] prettier --- src/mixin/autoResize.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mixin/autoResize.js b/src/mixin/autoResize.js index 2138c4e..a29f02f 100644 --- a/src/mixin/autoResize.js +++ b/src/mixin/autoResize.js @@ -29,7 +29,7 @@ export default { const { $nextTick, $refs, ref, onResize } = this return new Promise(resolve => { - $nextTick(e => { + $nextTick(_ => { const dom = this.dom = $refs[ref] this.width = dom ? dom.clientWidth : 0