javascript - The page is not rendered after vue sends ajax, but there is data in the console
高洛峰
高洛峰 2017-06-27 09:17:57
0
6
700

高洛峰
高洛峰

拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...

reply all(6)
女神的闺蜜爱上我

This is drifting bro

迷茫

Is data.value_list returning an array?

淡淡烟草味

Print outside the function to see if there is data. If there is no data, it should not be updated

代言
then(res=>{

})

Remove function

伊谢尔伦

Pay attention to the transformation of this pointer

大家讲道理

Maybe vue does not support your way of writing html tags
Try changing it to the following one?

<li v-for="item in matchValueList">
    <!--<li>{{item.name}}</li>--注释了-->
    <span>{{item.name}}</span>
</li>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template