Skip to content

Commit a13d1d2

Browse files
committed
fix: remove globalProps default value
1 parent 8c0d30c commit a13d1d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/QuillEditor.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ export default defineComponent({
6464
globalOptions: {
6565
type: Object as PropType<QuillOptionsStatic>,
6666
required: false,
67-
default: {},
6867
},
6968
},
7069
emits: [

0 commit comments

Comments
 (0)