jscasca
jscasca
@omerfruk Do you have a replication of this issue? A codesandbox should be enough
It is really hard to tell without a replication. The base solution works perfectly https://codesandbox.io/s/vue3-tinymce-base-forked-6ijo2h?file=/src/components/HelloWorld.vue 
@fisker the output format `raw` was intentionally excluded as it contains editor specific attributes and tags designed for internal use only. If you really REALLY want this content you can...
@fisker That is part of the editor behaviour, unfortunately, this repo only deals with the Vue component. You would need to open an issue at the [TinyMCE repo](https://github.com/tinymce/tinymce/issues) since I'm...
If creating a replication case failed, could it be that the TinyMCE types that you were using at the time were outdated?
Closing due to lack of activity
You can import all the `Editor` types from `tinymce`. E.g: `import { RawEditorSettings } from 'tinymce';`
What versions are you using? The `@tinymce/tinymce-angular` should include `tinymce` so all types are available. Older versions did not include that and you would have to manually include the types....
Is this being bundled together or are you using a CDN? Do you have a small replication we can look into or a benchmark in your environment?
@wuchenge do you have multiple editors in the same page?