标签: javascript typescript vue.js v-for
我有一个带有v-for的HTML元素:
v-for
<li v-for="(item, index) in activeOutput">
当我更改activeOutput的输出时,我网站上的列表不变。如何告诉Vue.js更新v-for?
activeOutput