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
Demo code for Vue in here, line no 206 is incomplete.
in line 206: this.$refs.selecto. is it's missing .checkScroll()
should be this.$refs.selecto.checkScroll() as mentioned in this issue by @jerwinaton
Please update it ASAP. Thanks
The text was updated successfully, but these errors were encountered:
Environments
Description
Demo code for Vue in here, line no 206 is incomplete.
in line 206:
this.$refs.selecto.
is it's missing.checkScroll()
should be
this.$refs.selecto.checkScroll()
as mentioned in this issue by @jerwinatonPlease update it ASAP. Thanks
The text was updated successfully, but these errors were encountered: