vue本页面的列表点击跳转本页面,地址会变化,但是页面没变化 <div class="bt" > <li v-for="(lists, index) in $store.state.listNews" :key="index">
<router-link class="inner" :to="{ path: '/words', query: {index} }">
<div class="wrap_l">
<p>{{ lists.title }}</p>
<div class="boot">
<span>{{ lists.src }}</span>
</div>
</div>
<div class="wrap_r">
<img :src="lists.pic" alt="loading…">
</div>
</router-link>
</li>
</div>
1 回答
- 1 回答
- 0 关注
- 1912 浏览
添加回答
举报
0/150
提交
取消