I am using the tinymce editor in vue.js. When I use the v-model to get information into textarea and drop it into another variable, I always get the value "". Where does the problem come from and how can it be solved?
<textarea id="default" class="form-control" v-model="form.body"></textarea>