routerLink

master
Suvodip Ghosh 2023-02-20 22:39:53 +05:30
parent f29fa9e3c8
commit 8c1c0ed3f9
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
</label> </label>
</label> --> </label> -->
</div> </div>
<router-link to="/plan"> <a href="/plan">
<div v-for="vdo in videos.slice(3, 4)" :key="videos.id" class="p-4"> <div v-for="vdo in videos.slice(3, 4)" :key="videos.id" class="p-4">
<div class="flex bg-gray-200 -rotate-6 gap-8"> <div class="flex bg-gray-200 -rotate-6 gap-8">
<div class="flex rotate-6 relative"><img v-if="vdo.video_thumb" :src="'https://curriculum-app-api.beanstalkedu.com/assets/'+vdo.video_thumb" alt="" class="rounded-tl-lg rounded-br-lg" /> <div class="flex rotate-6 relative"><img v-if="vdo.video_thumb" :src="'https://curriculum-app-api.beanstalkedu.com/assets/'+vdo.video_thumb" alt="" class="rounded-tl-lg rounded-br-lg" />
@ -43,7 +43,7 @@
</div> </div>
</div> </div>
<div class="mt-6 text-center text-lg opacity-0">...</div> <div class="mt-6 text-center text-lg opacity-0">...</div>
</div></router-link> </div></a>
</div> </div>
</section> </section>
<div @click="hideYtModal" v-if="ytModal" id="ytModal" class="flex justify-center ytModal"> <div @click="hideYtModal" v-if="ytModal" id="ytModal" class="flex justify-center ytModal">