Fixed #3794 - TabView: new passthrough(pt) property implementation

This commit is contained in:
Tuğçe Küçükoğlu 2023-03-24 09:46:57 +03:00
parent 0880120766
commit b63bc4db2f
6 changed files with 219 additions and 15 deletions

View file

@ -3,8 +3,10 @@
</template>
<script>
import ComponentBase from 'primevue/base';
export default {
name: 'TabPanel',
extends: ComponentBase,
props: {
header: null,
headerStyle: null,