vue2-selectize
vue2-selectize copied to clipboard
How to use this in NuxtJS
Hello how I can use this plugin in NuxtJS?
I tried to use in my NuxtJS app but wasn't worked due to this error
Cannot read property 'document' of undefined
Would you please help me fix this
Although it's a bit late; here's how I've solved this issue in the past:
It seems like this component is client only, so try wrapping the component in <client-only> </client-only>
tags