Binaryify / vue-custom-scrollbar

Minimalistic but perfect custom scrollbar component for Vue.JS
https://binaryify.github.io/vue-custom-scrollbar/
MIT License
144 stars 16 forks source link

[Vue warn]: Property "$createElement" was accessed during render but is not defined on instance. #103

Open Kenvdb opened 1 year ago

Kenvdb commented 1 year ago

When using vueCustomScrollbar in a modal window, this results in the error: [Vue warn]: Property "$createElement" was accessed during render but is not defined on instance.

<vue-custom-scrollbar class="scroll-area" :settings="scrollSettings"><div class="column"></div></vue-custom-scrollbar>

Any suggestions would be nice.