[Vuejs]-Vuejs & ukit html editor not displaying content

0👍

You should probably do it like this; bind it the the form element

<textarea data-uk-htmleditor="{markdown:true,mode:'tab'}" v-model="hotel.description"></textarea>

Leave a comment