Closed
Description
Whether I can use Array/Object as default value in props setting?
{
props: {
arr: {
type: Array,
default: []
}
}
}
If i may, that will be a bug. Because every instance will share the same thing when I not passing target property to this component. Try this fiddle.