Skip to content

Commit ebf9350

Browse files
committed
docs: testing Nuxt CodeSandbox
1 parent 0bb4b41 commit ebf9350

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

PR-comment.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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?

docs/guide.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ Include vue2-editor after Vue and it will install itself automatically: -->
2020
### NPM
2121

2222
```sh
23-
$ npm install vue2-editor
23+
npm install vue2-editor
2424
```
2525

2626
### Yarn
2727

2828
```sh
29-
$ yarn add vue2-editor
29+
yarn add vue2-editor
3030
```
3131

3232
<br>
@@ -62,3 +62,7 @@ As of version 2.9, you can use the modarl version which includeds only the JavaS
6262
This allows for more control and customization. Also, this allows for other Quill themes to be used such as Bubble.
6363

6464
<<< @/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>

0 commit comments

Comments
 (0)