mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 10:07:07 +00:00
chore(cli): update eslint config and prettier codes
This commit is contained in:
@@ -5,7 +5,7 @@ export function scrollToAnchor(selector) {
|
||||
const el = document.querySelector(selector);
|
||||
if (el) {
|
||||
el.scrollIntoView({
|
||||
behavior: 'smooth'
|
||||
behavior: 'smooth',
|
||||
});
|
||||
clearInterval(timer);
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user