Skip to content
Snippets Groups Projects
Unverified Commit 366fae41 authored by Johann150's avatar Johann150
Browse files

fix lint vue/require-valid-default-prop

parent 0b9c9617
No related branches found
No related tags found
No related merge requests found
...@@ -99,12 +99,12 @@ export default defineComponent({ ...@@ -99,12 +99,12 @@ export default defineComponent({
buttonsLeft: { buttonsLeft: {
type: Array, type: Array,
required: false, required: false,
default: [], default: () => [],
}, },
buttonsRight: { buttonsRight: {
type: Array, type: Array,
required: false, required: false,
default: [], default: () => [],
}, },
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment