Commit dc8ad68c authored by Denys Mishunov's avatar Denys Mishunov

Default to self-invoked function

parent 3b79c06e
...@@ -43,7 +43,7 @@ export default { ...@@ -43,7 +43,7 @@ export default {
editorOptions: { editorOptions: {
type: Object, type: Object,
required: false, required: false,
default: () => {}, default: () => ({}),
}, },
}, },
data() { data() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment