mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Add $pc[ComponentName] provider to all components
This commit is contained in:
parent
dc84c394cc
commit
d9712379e9
100 changed files with 129 additions and 4 deletions
|
@ -9,6 +9,7 @@ export default {
|
|||
style: DynamicDialogStyle,
|
||||
provide() {
|
||||
return {
|
||||
$pcDynamicDialog: this,
|
||||
$parentInstance: this
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue