forked from verdnatura/salix-front
chore: refs #7356 fix type
This commit is contained in:
parent
041b6561f8
commit
c4665f6cc1
|
@ -15,7 +15,7 @@ const props = defineProps({
|
||||||
default: null,
|
default: null,
|
||||||
},
|
},
|
||||||
message: {
|
message: {
|
||||||
type: [String, Object],
|
type: [String, Boolean],
|
||||||
default: null,
|
default: null,
|
||||||
},
|
},
|
||||||
data: {
|
data: {
|
||||||
|
|
Loading…
Reference in New Issue