You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
goPosition (selector, flag, event) {
event.preventDefault();
this.currentFlag = flag;
var anchor = this.$el.querySelector(selector);
smoothScroll(anchor, 500, null, this.$refs.scrollView);
}
I am using the context,but The offset is not correct
The text was updated successfully, but these errors were encountered:
Hi @qingwufengyang Can you give more details? What do you mean by the offset. Are you talking about a similar problem to #31 ? Or is it something different?
goPosition (selector, flag, event) {
event.preventDefault();
this.currentFlag = flag;
var anchor = this.$el.querySelector(selector);
smoothScroll(anchor, 500, null, this.$refs.scrollView);
}
I am using the context,but The offset is not correct
The text was updated successfully, but these errors were encountered: