-
Notifications
You must be signed in to change notification settings - Fork 10
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
Problems using with Nuxt #1
Comments
Hi @Clex1o1. I am sorry to hear you are experiencing issues with this plugin within your Nuxt project. Unfortunately, I have never used Nuxt before, so I have no clue how to go about solving your issue. Perhaps you can point me to the project where you are experiencing the issue and I can have a look? |
Hey, have any of you found a solution for this problem? Or an alternative? I am trying to use your plugin as well with Nuxt but i'm running into the same error :( |
I'm using vue-scroll-snap in nuxt ( |
Following on this issue: Some configurations from Either way, if the Add this lines to your //...
purgeCSS: {
whitelist: [
'scroll-snap-container',
'fullscreen',
'horizontal',
]
//... Note, this is not related to the original issue, just thought it might be useful for someone so I'm putting it for future reference. |
I 'solved' by copying the content from I may miss some future update, but it is better than being unable to use it because I use Nuxt. |
Same story. I've ported my 'clone' to TS, works ok. Strange bug though... |
Hey, I have a problem using your plugin inside my Nuxt project.
Unexpected token <
Sadly, I do not have more information about the error, at the moment.
The text was updated successfully, but these errors were encountered: