MopTym/vue-waterfall

Use of window necessary?

haffla opened this issue · 1 comments

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?

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