mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Styles imported. Components added
This commit is contained in:
parent
3cb3910561
commit
8264983db4
452 changed files with 55902 additions and 0 deletions
13
components/tabpanel/TabPanel.vue
Executable file
13
components/tabpanel/TabPanel.vue
Executable file
|
@ -0,0 +1,13 @@
|
|||
<template>
|
||||
<slot></slot>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'TabPanel',
|
||||
props: {
|
||||
header: null,
|
||||
disabled: Boolean
|
||||
}
|
||||
}
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue