David Mente
Results
1
comments of
David Mente
I listen to the editorInit event and set content afterwards. That seems to work reliably: ` ... methods: { editorInit() { this.$refs.tm.editor.setContent(this.value); } } `