Vue.js ループの最後の要素に class="" を追加しないようにする方法
P粉868586032
P粉868586032 2023-08-29 14:28:06
0
1
498
<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>
P粉868586032
P粉868586032

全員に返信(1)
P粉949848849

i can solve it

:class="{ 'lg:border-r-2 lg:border-blue-650': index < getAllServices.home_page_services.length - 1 }"
いいねを押す +0
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート