You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/examples/README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ You can see below that 3 parameters are passed.
19
19
2. The Editor instance
20
20
3. The cursor position at the time of upload so the image can be inserted at the correct position on success
21
21
22
-
**NOTE** In addition to this example, I have created a [example repo](https://github.com/davidroyer/vue2editor-images) demonstrating this new feature with an actual server.
22
+
**NOTE** In addition to this example, I have created a [example repo](https://github.com/davidroyer/vue2editor-images) demonstrating this new feature with an actual server.
23
23
24
24
```vue
25
25
<template>
@@ -199,9 +199,9 @@ export default {
199
199
200
200
### Version 2 - **_You Import | Vue2Editor Registers_**
201
201
202
-
1.Import your custom modules
203
-
2.Use the `customModules` prop to declare an array of module(s).
204
-
3.Add the necessary configuration for those modules in the `editorOptions` object under modules as seen below
202
+
1. Import your custom modules
203
+
2. Use the `customModules` prop to declare an array of module(s).
204
+
3. Add the necessary configuration for those modules in the `editorOptions` object under modules as seen below
0 commit comments