 const province=ref("上海市") const myArray=reactive([]) myArray.push(province); 模板中使用 myArray{{myArray[0]}}  这不是自动解包了么