vue-tour
vue-tour copied to clipboard
use getComputedStyle instead of inline style
this.targetElement.style is only for inline styles - which means VStep components would erroneously add a class (if you used highlighting) which overrides any position values regardless of whether they exist in the element's class or not. This fix will use the computed style instead.