donmbelembe/vue-dragscroll

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

Closed this issue · 1 comments

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

image

window.Vue.version is undefined

image

Globally it works

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