Skip to content

Commit

Permalink
Merge pull request #18 from flyween/feat/update_readme_quill_module
Browse files Browse the repository at this point in the history
Feat/update readme quill module
  • Loading branch information
flyween authored Oct 9, 2022
2 parents 6af0c57 + cfa495f commit 4d08005
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ modules: {
```

# Packages
Borrowing from: [vue-quill-editor](https://github.com/surmon-china/vue-quill-editor) Inspired by this one
Borrowing from: [vue-quill-editor](https://github.com/surmon-china/vue-quill-editor) Inspired by this one.

[Quill ImageHandler Module](https://www.npmjs.com/package/quill-image-uploader)
...
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue3-quill",
"version": "0.2.6",
"version": "0.3.0",
"private": false,
"main": "src/index.js",
"typings": "src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/index.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
declare module 'vue3-quill'
declare module 'vue3-quill'
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ quillEditor.install = function(app) {
}

const VueQuillEditor = { Quill, quillEditor }

export default VueQuillEditor
export { Quill, quillEditor }

0 comments on commit 4d08005

Please sign in to comment.