@@ -122,41 +121,41 @@ Here's an example using the above properties...
:options="options"
ref="emailEditor"
v-on:load="editorLoaded"
+ display-mode="web"
/>
-
```
@@ -188,7 +183,6 @@ Custom tools can help you add your own content blocks to the editor. Every appli
[](https://docs.unlayer.com/docs/custom-tools)
-
## Localization
You can submit new language translations by creating a PR on this GitHub repo: https://github.com/unlayer/translations. Translations managed by [PhraseApp](https://phraseapp.com)
diff --git a/src/components/EmailEditor.vue b/src/components/EmailEditor.vue
index dae1a8a..b2f1b1e 100644
--- a/src/components/EmailEditor.vue
+++ b/src/components/EmailEditor.vue
@@ -1,5 +1,9 @@