Vue中数组中的update项目未在html中更新,但它更新了cli中的值

时间:2018-11-25 09:41:06

标签: javascript html css arrays vue.js

我有用Vue js编码的项目单个Web应用程序,我有一个对象数组,当通过为对象的索引分配新值来更新任何对象时,该对象数组呈现为html中的对象列表,但没有呈现html中的更改,但是我看到了cli

代码this.chatRoomsArray[index] = {name:"ahmed",id:10,read:true}的示例;

1 个答案:

答案 0 :(得分:0)

您应该使用this。$ set:

Microsoft.Graph.ServiceException