mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 09:57:29 -07:00
fix lint vue/require-valid-default-prop
This commit is contained in:
parent
3514e0afdb
commit
99cc363327
1 changed files with 2 additions and 2 deletions
|
@ -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: () => [],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue