Skip to content

Commit

Permalink
fix: remove globalProps default value
Browse files Browse the repository at this point in the history
  • Loading branch information
luthfimasruri committed Mar 23, 2021
1 parent 8c0d30c commit a13d1d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/QuillEditor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ export default defineComponent({
globalOptions: {
type: Object as PropType<QuillOptionsStatic>,
required: false,
default: {},
},
},
emits: [
Expand Down

0 comments on commit a13d1d2

Please sign in to comment.