Seeking assistance with transforming the following CodePen example to a Vue.js component: https://codepen.io/kjbrum/pen/qooQJJ
While attempting to incorporate this.$nextTick
for handling DOM manipulation, I'm encountering challenges in making it functional.
A partially implemented version of the code can be found on CodeSandbox at: https://codesandbox.io/s/upbeat-shape-httqv?file=/src/components/cursor-dot/CursorDot.vue
It seems like there may be confusion surrounding the usage of this
. Any guidance or support would be greatly appreciated. Thank you!