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:
@@ -162,7 +162,9 @@ export default defineComponent({
|
||||
}
|
||||
};
|
||||
|
||||
const init = () => nextTick(onScroll);
|
||||
const init = () => {
|
||||
nextTick(onScroll);
|
||||
};
|
||||
|
||||
useEventListener('scroll', onScroll, { target: scrollParent });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user