Commit dc8ad68c authored by Denys Mishunov's avatar Denys Mishunov

Default to self-invoked function

parent 3b79c06e
......@@ -43,7 +43,7 @@ export default {
editorOptions: {
type: Object,
required: false,
default: () => {},
default: () => ({}),
},
},
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