mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Refactor #3797 - TabView updates
This commit is contained in:
parent
ccf41aed48
commit
47b97b485f
2 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@
|
|||
</slot>
|
||||
</button>
|
||||
</div>
|
||||
<div class="p-tabview-panels" v-bind="ptm('panelcontent')">
|
||||
<div class="p-tabview-panels" v-bind="ptm('panelcontainer')">
|
||||
<template v-for="(tab, i) of tabs" :key="getKey(tab, i)">
|
||||
<div
|
||||
v-if="lazy ? isTabActive(i) : true"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue