cari

Rumah  >  Soal Jawab  >  teks badan

Bagaimana untuk mengelakkan penambahan class="" pada elemen terakhir gelung Vue.js

<p>Dalam templat vuejs, alih keluar kelas tailwind apabila menggelung lelaran terakhir indeks. </p> <p><strong>Dalam templat</strong></p> <pre class="brush:php;toolbar:false;">v-for="(service, index) dalam getAllServices.home_page_services" <p><strong>Dalam skrip</strong></p> <pre class="brush:php;toolbar:false;"><script> eksport lalai { dipasang() { this.$store.dispatch("getHomePageContent") }, dikira: { getAllServices(){ kembalikan ini.$store.getters.getContentFormGetters } } }</pre></p>
P粉868586032P粉868586032498 hari yang lalu531

membalas semua(1)saya akan balas

  • P粉949848849

    P粉9498488492023-08-30 10:00:49

    saya boleh menyelesaikannya

    :class="{ 'lg:border-r-2 lg:border-blue-650': index < getAllServices.home_page_services.length - 1 }"

    balas
    0
  • Batalbalas