标签:props

  • Vue3快速上手之props

    //定义一个接口,限制每个Person对象的格式exportinterfacePersonInter{id:string,name:string,age:num...

    Vue 2025年11月10日 6

TOP