The issue was introduced [here](https://github.com/euvl/vue-js-popover/commit/5410fa1ca037c56d1177ec087e8205d6658b56bd#diff-728e781e0d4a642c1e1cac685f15d6b7L141) (I've tested this), which was released in v1.1.7 (I had no issue in prior versions). I have the issue that my popovers now appear hundreds of pixels away from their handle. Specific change was this: ```diff - let { offsetLeft, offsetTop } = target + let offsetLeft = trRect.left + let offsetTop = trRect.top ```