chore(eslint-config): update dependencies test cases (#10221)

* chore(eslint-config): update dependencies, test cases

* chore: update file .lock

* fix: wrong .lock file

* fix: code style

* chore: update `eslint-plugin-vue`
This commit is contained in:
zoy-l
2022-01-30 11:13:54 +08:00
committed by GitHub
parent f65c4198dc
commit 07dfa9b981
11 changed files with 6249 additions and 1805 deletions
+3 -1
View File
@@ -162,7 +162,9 @@ export default defineComponent({
}
};
const init = () => nextTick(onScroll);
const init = () => {
nextTick(onScroll);
};
useEventListener('scroll', onScroll, { target: scrollParent });