控制台报错Cannot read properties of undefined (reading ‘0‘)
this.options[0]?this.options[0].label:nullexportdefault{//props:['title','selectShow','options'],//改成这个形式props:{options:{type:Array,default:()=>[]},title:{type:String,default:''},selectShow:{type:Bool