DEV Community

Discussion on: The trouble with implementing SSR into a Laravel/Vue app

Collapse
 
matus0011 profile image
matus0011

Thanks for the reply, vue already can detect events.
I have next question,how to correctly implement external dependencies like vue-select ? because now when i try implement external dependencies i get error " window is not defined"

Thread Thread
 
michi profile image
Michael Z

This seems to be an issue with the vue-select library itself: github.com/sagalbot/vue-select/iss.... (There are a couple of closed issues related to this, hopefully you can find a solution in one of them)