In NUXT project, highlight.js asynchronous change 'content'. In 'onEditorChange(){}' , 'this.content' repeated assignment. So dead cycle. The code and error are as follows:
[Vue warn]: You may have an infinite update loop in a component render function.
found in
---> <QuillEditor> at components/common/quillEditor.vue
<Pages/detail/Index.vue> at pages/detail/_index.vue
<Nuxt>
<Layouts/default.vue> at layouts/default.vue
<Root> commons.app.js:13282:7
NuxtJS 7
In NUXT project, highlight.js asynchronous change 'content'. In 'onEditorChange(){}' , 'this.content' repeated assignment. So dead cycle. The code and error are as follows: