dalphyx / vue-headroom

Headroom for Vuejs
128 stars 16 forks source link

Works only Vue.js 2.0 #1

Closed andredewaard closed 7 years ago

andredewaard commented 7 years ago

The mounted function used to set the scroll and height only works in Vue 2.0. I use it in Vue 1.0.27 and changed it to ready.

dalphyx commented 7 years ago

@andre-dw Yes, this component support Vue 2.0 only, just because I don't use Vue 1.0 anymore. So, feel free to modify it to suit your need. Anyway, still recommend you switch Vue from 1.0 to 2.0 :)