Skip to content

Commit e663afe

Browse files
authored
Update README.md
1 parent 588b8f5 commit e663afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export default {
8787
// if used in nuxt.js/ssr, you should keep require it only in browser build environment
8888
if (process.browser) {
8989
const VueQuillEditor = require('vue-quill-editor/dist/ssr')
90-
Vue.use(VueQuillEditor)
90+
Vue.use(VueQuillEditor, /* { default global options } */)
9191
}
9292
```
9393

0 commit comments

Comments
 (0)