mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
Fixed #3794 - TabView: new passthrough(pt) property implementation
This commit is contained in:
parent
0880120766
commit
b63bc4db2f
6 changed files with 219 additions and 15 deletions
|
@ -3,8 +3,10 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import ComponentBase from 'primevue/base';
|
||||
export default {
|
||||
name: 'TabPanel',
|
||||
extends: ComponentBase,
|
||||
props: {
|
||||
header: null,
|
||||
headerStyle: null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue