Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
surmon committed Dec 5, 2017
1 parent 38452d1 commit 36810d2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@

[CDN Example](https://jsfiddle.net/tng9r8j3/)

[Nuxt.js/SSR example code](https://github.com/surmon-china/vue-quill-editor/blob/master/examples/nuxt-ssr-example)


## Install

Expand Down Expand Up @@ -66,8 +68,9 @@ Vue.use(VueQuillEditor, /* { default global options } */)

```javascript
// require styles
// import 'quill/dist/quill.core.css'
// ...
import 'quill/dist/quill.core.css'
import 'quill/dist/quill.snow.css'
import 'quill/dist/quill.bubble.css'

import { quillEditor } from 'vue-quill-editor'

Expand Down

0 comments on commit 36810d2

Please sign in to comment.