vuescroll
vuescroll copied to clipboard
Vue 3 - context.$slots.default is not a function
When I migrated my app to vue3 and upgraded vuescroll, i get this error.
@wangyi7099 Any ideas how to resolve this?
已收到
I have to add more info. This only happens when using @vue/compat build, and I have this line in my vue config.
config.resolve.alias.set('vue', '@vue/compat');
已收到