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

Use of window necessary? #12

Closed
haffla opened this issue Oct 27, 2016 · 1 comment
Closed

Use of window necessary? #12

haffla opened this issue Oct 27, 2016 · 1 comment

Comments

@haffla
Copy link

haffla commented Oct 27, 2016

Hello, is the use of window really necessary? As far as I can see there are only a few events bound to window. The thing is that the use of it makes it impossible to use vue-waterfall in a server-side-rendered app.

Would using body instead of window work?

MopTym pushed a commit that referenced this issue Oct 27, 2016
@MopTym
Copy link
Owner

MopTym commented Oct 27, 2016

The key is we can't access window before beforeMount event, now it supports SSR.

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

2 participants