mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Reverted #4646 - For TabView and Accordion
This commit is contained in:
parent
7959929c16
commit
40f231b1f5
5 changed files with 39 additions and 37 deletions
|
@ -7,13 +7,6 @@ import BaseTabPanel from './BaseTabPanel.vue';
|
|||
|
||||
export default {
|
||||
name: 'TabPanel',
|
||||
extends: BaseTabPanel,
|
||||
inject: ['$tabPanels'],
|
||||
mounted() {
|
||||
this.$tabPanels?.add(this.$);
|
||||
},
|
||||
unmounted() {
|
||||
this.$tabPanels?.delete(this.$);
|
||||
}
|
||||
extends: BaseTabPanel
|
||||
};
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue