Last updated 2 years ago
const el = this.$el.querySelector(".card"); let rect = el.getBoundingClientRect(); window.scrollTo(rect.left,rect.top);
Chú ý:
console.log(el);