vueform / slider

Vue 3 slider component with multihandles, tooltips merging and formatting (+Tailwind CSS support).
https://vueform.com
MIT License
279 stars 44 forks source link

Not working with nuxt3 #82

Open ZeeshanAnwar123 opened 1 year ago

ZeeshanAnwar123 commented 1 year ago

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, },

abdul-alhasany commented 1 year ago

Did you include the style as well :

<style src="@vueform/slider/themes/default.css"></style>
real-supreme commented 7 months ago

Working fine for me after including the styles. You could also add import '@vueform/slider/themes/default.css' inside your Githubissues.

  • Githubissues is a development platform for aggregating issues.