vue default array prop
Vue Default Array Prop
If you are working with Vue.js components and want to specify an array prop, you may also want to set a default value for it. This can be done easily in Vue by setting a default value for the prop in the component definition.
For