简介: 【TS】关于v-for数组对象遍历以及在页面上使用提示object类型的问题解决 接口: // 福袋商品类型 interface IList{ luckyGoodsList: IGoodsList [] } interface IGoodsList { goods: string value : number } const list= reactive<IList>({ goodsList: <IGoodsList []>[ // 选择商品 { goods: "...