dalphyx / vue-headroom

Headroom for Vuejs
128 stars 16 forks source link

Fix SSR compatibility #14

Closed cubicmaze closed 6 years ago

cubicmaze commented 7 years ago

The support3d() method should be called only in client side, to do so, I moved the call from the data method to the mounted function :)