Skip to content

Commit

Permalink
perf: remove install function
Browse files Browse the repository at this point in the history
BREAKING CHANGE: you can't use Vue.use() to register the component, use Vue.component() instead.
  • Loading branch information
luthfimasruri committed Mar 17, 2021
1 parent 2e9256d commit 4137b00
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,9 @@

import QuillEditor from "./components/QuillEditor"
import Quill from "quill"
export { QuillEditor as default, Quill };

export {
QuillEditor as default,
QuillEditor,
Quill
};

0 comments on commit 4137b00

Please sign in to comment.