擁有18年軟件開發(fā)和IT教學經驗。曾任多家上市公司技術總監(jiān)、架構師、項目經理、高級軟件工程師等職務。 網絡人氣名人講師,...
Print outside the function to see if there is data. If there is no data, it should not be updated
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>