mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Refactor #3965 - Update Base components
This commit is contained in:
parent
911c4de1fe
commit
b6ec58de65
10 changed files with 62 additions and 73 deletions
|
@ -14,6 +14,11 @@ export default {
|
|||
contentClass: null,
|
||||
contentProps: null,
|
||||
disabled: Boolean
|
||||
},
|
||||
provide() {
|
||||
return {
|
||||
$parentInstance: this
|
||||
};
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue