vue 中$index $key 已移除

以前能够这样:javascript 1 2 3 4 5 6 < ul   id="example">      < li   v-for="item in items">          {{$index}}          {{$key}}      </ li > </ ul > 如今已经移除,若是还用的话就会报错:Uncaught ReferenceError: $index is no
相关文章
相关标签/搜索