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

Unfortunately, vue ssr is not supported #59

Closed
ghost opened this issue Nov 5, 2017 · 6 comments
Closed

Unfortunately, vue ssr is not supported #59

ghost opened this issue Nov 5, 2017 · 6 comments

Comments

@ghost
Copy link

ghost commented Nov 5, 2017

If inscribe

@hendrysadrak
Copy link

Not working for me also. Worked before, just updated to a new version.

image

@JounQin
Copy link

JounQin commented Dec 7, 2017

I add global.Element = null at top of my server entry as workaround for now.

@dunice-boldirev
Copy link

@JounQin Your method helped me. Thank you!

@dsandor
Copy link
Contributor

dsandor commented Jan 16, 2018

@JounQin can you expand on where you added that line of code?

@tagmetag
Copy link

tagmetag commented Jan 21, 2018

With Nuxt, you guys can config:

plugins: [
   { src: '~/plugins/tooltip.js', ssr: false },
]

or use this tag:

<no-ssr><v-popover>...</v-popover></no-ssr>

Hope it helps!

@Akryum Akryum closed this as completed in 650e057 May 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants