vue props 属性值检查接收多个类型

9,363 阅读1分钟

写在一个数组内

 props: {
    handleData: {
      type: [Array,Object],
      default: () => {
      }
    },
 }