We're a place where coders share, stay up-to-date and grow their careers.
Passing props to <router-view> is fine in my opinion!
<router-view>
ty :p
a problem occured. On some pages, the props data is expected to be an object, but on others it is an array.
data
I thought I'd give the property multiple types, or is there a better solution?
Solution
props: { data: Object | Array },
LGTM ;)
Passing props to
<router-view>
is fine in my opinion!ty :p
a problem occured. On some pages, the props
data
is expected to be an object, but on others it is an array.I thought I'd give the property multiple types, or is there a better solution?
Solution
LGTM ;)