Doesnt render anything after including in the nuxt component is there a specific setup for this ? <template> <div> <Slider v-model="value" :step="2" /> </div> </template> import Slider from '@vueform/slider'; then loading in components components: { Slider, },
Doesnt render anything after including in the nuxt component
is there a specific setup for this ?
import Slider from '@vueform/slider';
then loading in components
components: {
Slider,
},