[Vuejs]-JS-enhanced form components don't respect sorting/filtering in Vue

0👍

This is a pretty common issue, You must set a unique key :key in your v-for to avoid this kind of problems, I don’t know how tinymce works but you should know that you have to watch and re-init your tinymce if the id has been changed.

Leave a comment