Tipo indefinido do Vue.js
props: {
value: {
type: [String, Number, Boolean],
required: false,
default: null,
}
}
Lioruby