Hey,
I'm trying to import this library in my Nuxt project. I simply create a plugin file with following content:
import Vue from 'vue'
import RoundSlider from 'vue-round-slider'
Vue.component('RoundSlider', RoundSlider)
But I get this error:
Cannot set property 'roundSlider' of undefined
Am I doing something wrong here?
Any helps would be appreciated. Thanks in advance
vue version: 2.6.12
nuxt version: 2.14.12
vue-round-slider version: 1.0.1
Hey,
I'm trying to import this library in my Nuxt project. I simply create a plugin file with following content:
But I get this error:
Cannot set property 'roundSlider' of undefinedAm I doing something wrong here?
Any helps would be appreciated. Thanks in advance
vue version: 2.6.12
nuxt version: 2.14.12
vue-round-slider version: 1.0.1