File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -59,10 +59,9 @@ You can set the the content of the editor dynamically. If you don't need this fe
5959 }
6060 </script >
6161```
62-
6362</br >
6463** _ show-preview_ ** :
65- <br >
64+ </ br >
6665This is set to FALSE by default. To enable:
6766
6867``` html
@@ -73,7 +72,7 @@ This is set to FALSE by default. To enable:
7372
7473</br >
7574** _ editor-toolbar_ ** :
76- <br >
75+ </ br >
7776If you want to use a custom toolbar then you can set it to a property from the data object.
7877
7978``` html
@@ -164,8 +163,8 @@ export default {
164163}
165164 </script >
166165```
167-
168166</br >
167+
169168### 2. Using your own button
170169
171170The event '** _ editor-updated_ ** ' is emitted when the text inside the editor changes. The current editor contents are sent with this event.
213212 }
214213 </script >
215214```
216-
217215</br >
216+
218217## Example using several configuration options
219218
220219``` html
You can’t perform that action at this time.
0 commit comments