We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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, },
The text was updated successfully, but these errors were encountered:
Did you include the style as well :
<style src="@vueform/slider/themes/default.css"></style>
Sorry, something went wrong.
Working fine for me after including the styles. You could also add import '@vueform/slider/themes/default.css' inside your <script> tag.
import '@vueform/slider/themes/default.css'
It will work by including the style as abdul rightly mentioned as well.
No branches or pull requests
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,
},
The text was updated successfully, but these errors were encountered: