-1👍
Like this?
getCursor(event) {
console.log(event); // you can read pos here
}
<div
ref="test"
contenteditable="true"
:v-html="inputIntegrationHMTL"
@mouseover="getCursor($event)"
> </div>
Source:stackexchange.com
-1👍
Like this?
getCursor(event) {
console.log(event); // you can read pos here
}
<div
ref="test"
contenteditable="true"
:v-html="inputIntegrationHMTL"
@mouseover="getCursor($event)"
> </div>