Can't the values of Vue mavon-editor bindings be rendered in the editor?

when I save the mavon-editor edited content to the database, I still want to put it in the editor to continue editing, but I found that the bound value mavon-editor is directly output to me as is, what should I do?

<mavon-editor v-model="comments" @change="commentsChange" :toolbars="mavonEditorToolbars"></mavon-editor>
data() {
    return {
        comments: "

default information.

", // mavonEditorToolbars: { // toolbar config } } }, methods: { commentsChange() { // code... } }

ask for help.

Feb.28,2021
The same is true of

, but there is no tag


this.$refs.md.d_value = "md document data"


is it solved? How to solve it


 <mavon-editor
      :defaultOpen="defaultOpen"
      :toolbarsFlag="false"
      :subfield="subfield"
      :preview="preview"
      v-model="value"/>

is there any solution

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3087f-2bd04.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3087f-2bd04.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?