[Vuejs]-Range slider error: 'addEventListener' of undefined

2👍

As you can see in the warning:

vuetify.min.js:6 [Vuetify] Missing v-app or a non-body wrapping element with the [data-app] attribute

You just need to add a v-app wrapper in your example to make Vuetify work correctly

Here’s a working jsfiddle

Leave a comment