Vue.js ループの最後の要素に class="" を追加しないようにする方法
P粉868586032
2023-08-29 14:28:06
<p>vuejs テンプレートで、インデックスの最後の反復をループするときに tailwind クラスを削除します。 </p>
<p><strong>テンプレート内</strong></p>
<pre class="brush:php;toolbar:false;">v-for="(サービス, インデックス) in getAllServices.home_page_services" :key="index"</pre>
<p><strong>スクリプト内</strong></p>
<pre class="brush:php;toolbar:false;"><script>
デフォルトのエクスポート {
マウントされた() {
this.$store.dispatch("getHomePageContent")
}、
計算結果: {
getAllServices(){
this.$store.getters.getContentFormGetters を返します
}
}
}</pre></p>
i can solve it