0👍
Your question is not clear to me, but I guess you want to get the text user selected. If so you can use getSelection
.
window.getSelection().toString();
- [Vuejs]-Vue.js axios delete request is deleting but table won't reset
- [Vuejs]-Pass props to modal form, update, submit with Composition api Vue 3
Source:stackexchange.com