donmbelembe / vue-dragscroll

A vue directive to make a scrollable element scroll by draging to the scroll direction
https://vue-dragscroll.clebinfosys.com/
MIT License
258 stars 32 forks source link

Error when using it for the first time (Vue 2) #94

Closed iec989 closed 2 years ago

iec989 commented 2 years ago

I'm getting the following error in the console and nothing loads - Using Vue 2 with Laravel:

image

window.Vue.version is undefined

image

iec989 commented 2 years ago

Globally it works

import VueDragscroll from 'vue-dragscroll'
Vue.default.use(VueDragscroll);