Skip to content
New issue

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

Not working with nuxt3 #82

Open
ZeeshanAnwar123 opened this issue Oct 10, 2023 · 2 comments
Open

Not working with nuxt3 #82

ZeeshanAnwar123 opened this issue Oct 10, 2023 · 2 comments

Comments

@ZeeshanAnwar123
Copy link

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
Copy link

Did you include the style as well :

<style src="@vueform/slider/themes/default.css"></style>

@real-supreme
Copy link

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

It will work by including the style as abdul rightly mentioned as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants