1👍
✅
Your computed should have the cursorPoint
variable:
...
computed: {
cursorPoint() {
return `transform: translate(${this.x}px,${this.y}px)`
}
},
...
Source:stackexchange.com