[Vuejs]-How could extract context from a p-tag with selected option and also others word have no option to selecte?

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();

Leave a comment