You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the awesome plugin! Just want to let you know I'm unable to use <headroom> component, instead I need to use <vue-headroom> for the plugin to work.
import Vue from 'vue'
import vueHeadroom from 'vue-headroom'
Vue.use(vueHeadroom)