We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 588b8f5 commit e663afeCopy full SHA for e663afe
README.md
@@ -87,7 +87,7 @@ export default {
87
// if used in nuxt.js/ssr, you should keep require it only in browser build environment
88
if (process.browser) {
89
const VueQuillEditor = require('vue-quill-editor/dist/ssr')
90
- Vue.use(VueQuillEditor)
+ Vue.use(VueQuillEditor, /* { default global options } */)
91
}
92
```
93
0 commit comments