How to add multiple data types for VueJs Props? December 24, 2022 by Tarik Here is the solution I found. props: { value: [Number, String, Array] }