File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change
1
+ Thanks for your PR. I have a couple of questions/concerns...
2
+
3
+ 1 . I believe Quill also has another paste method available via ` quill.pasteHTML() ` .
4
+ Were you aware of this and purposefully chose the one you did for a reason?
5
+ If not, I am curious if one would be better than the other.
6
+
7
+ 2 . Can you set up a working version in ` src/App.vue ` so I can run it in development locally?
Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ Include vue2-editor after Vue and it will install itself automatically: -->
20
20
### NPM
21
21
22
22
``` sh
23
- $ npm install vue2-editor
23
+ npm install vue2-editor
24
24
```
25
25
26
26
### Yarn
27
27
28
28
``` sh
29
- $ yarn add vue2-editor
29
+ yarn add vue2-editor
30
30
```
31
31
32
32
<br >
@@ -62,3 +62,7 @@ As of version 2.9, you can use the modarl version which includeds only the JavaS
62
62
This allows for more control and customization. Also, this allows for other Quill themes to be used such as Bubble.
63
63
64
64
<<< @/docs/.vuepress/snippets/modular.vue
65
+
66
+ ## Nuxt
67
+
68
+ <iframe src =" https://codesandbox.io/embed/nuxt-vue2editor-example-pcny9?fontsize=14 " title =" Nuxt & Vue2Editor Example " allow =" geolocation; microphone; camera; midi; vr; accelerometer; gyroscope; payment; ambient-light-sensor; encrypted-media " style =" width :100% ; height :500px ; border :0 ; border-radius : 4px ; overflow :hidden ;" sandbox =" allow-modals allow-forms allow-popups allow-scripts allow-same-origin " ></iframe >
You can’t perform that action at this time.
0 commit comments