vue 中的 props type设置多个类型,默认值

props: {
  value: {
    // type设置多个类型
    type: Number | null,
    required: true
  }
}

 

posted @ 2023-04-21 15:32  小阿飞ZJF  阅读(103)  评论(0)    收藏  举报