避免为Vue.js循环的最后一个元素添加class=""的方法
P粉868586032
P粉868586032 2023-08-29 14:28:06
0
1
523
<p>在vuejs模板中,当循环索引的最后一次迭代时,删除tailwind类。</p> <p><strong>在模板中</strong></p> <pre class="brush:php;toolbar:false;">v-for="(service, index) in getAllServices.home_page_services" :key="index"</pre> <p><strong>在脚本中</strong></p> <pre class="brush:php;toolbar:false;"><script> export default { mounted() { this.$store.dispatch("getHomePageContent") }, computed: { getAllServices(){ return this.$store.getters.getContentFormGetters } } }</pre></p>
P粉868586032
P粉868586032

全部回复(1)
P粉949848849

我可以解决

雷雷
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板