随笔分类 -  ts语法

遇到的前端ts语法问题记录
摘要:const cities = ref([]); //List转指定字段为数组 const getRoomList = async () => { const res = await listRoom(roomData); roomList.value = res.rows; const arr_na 阅读全文
posted @ 2025-12-08 23:10 wuzx-blog 阅读(4) 评论(0) 推荐(0)