How to ignore html tags in tinymce | Vuejs and Laravel
问题 I am building an application using laravel and vuejs but for some reason I cannot use tinymce properly. I see the editor as I want and write whatever I want in it. But when I try to view the content, all the html tags show as you can see in the image I installed it following the github documentation here npm install @tinymce/tinymce-vue Imported in my vue template import Editor from '@tinymce/tinymce-vue'; components: { 'editor' : Editor } And then I bind the element <editor v-model="post