Open ZeeshanAnwar123 opened 1 year ago
Did you include the style as well :
<style src="@vueform/slider/themes/default.css"></style>
Working fine for me after including the styles.
You could also add import '@vueform/slider/themes/default.css'
inside your Githubissues.
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, },