Skip to content

Commit

Permalink
Update readme, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
alekswebnet committed May 13, 2024
1 parent 227c477 commit d7ff723
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ No matter if you want to create full-featured editor with all Quill's modules or
## Setup

```bash
npm install quill@2.0.1 vue-quilly
npm install quill vue-quilly
# Or
pnpm add quill@2.0.1 vue-quilly
pnpm add quill vue-quilly
```

## Get started
Expand Down Expand Up @@ -128,7 +128,7 @@ All events types:
## Nuxt

You must build your editor, based on `VueQuilly` component first.
Then put it inside `ClientOnly` component:
Then put it inside `ClientOnly` component if you plan to use SSR:

```html
<ClientOnly>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-quilly",
"private": false,
"version": "1.0.3",
"version": "1.0.4",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit d7ff723

Please sign in to comment.