hekigan / vue-directive-tooltip

Vue.js tooltip directive. Easy to use, configure and style
https://hekigan.github.io/vue-directive-tooltip/
MIT License
173 stars 33 forks source link

Positioning variants and offset do not work together #17

Closed tylerbwoodridge closed 7 years ago

tylerbwoodridge commented 7 years ago

Behaviour

Current: modifier variants for the position (ex. top.end, or top.start) do not work with offset.

Expected: I expect a v-tooltip.top.end with offset = 30 to be offset, at least in the major direction (top in this case).

view this code pen to see the issue: https://codepen.io/tylerwoodridge/pen/LzzVaO

Please mention other relevant information:

hekigan commented 7 years ago

Thank you for the feedback, I will investigate this

hekigan commented 7 years ago

FIxed, yay!

Sorry it took that long, I am very busy at the moment. Hope that works for you.