At the moment when my v-model passes data from an axios response, the html looks like text.
Do you remember how to get the html to actual act as html with the V-model and textarea please?
@MohamedTammam The biggest problem I am encountering is that it is fine, the text response goes into v-html but if the user wishes to type more text or correct it, it will not work because this is a DIV and not a textarea. Tricky...