Add $pc[ComponentName] provider to all components

This commit is contained in:
mertsincan 2024-04-25 02:26:06 +01:00
parent dc84c394cc
commit d9712379e9
100 changed files with 129 additions and 4 deletions

View file

@ -40,6 +40,12 @@ export default {
default: null
}
},
style: InputMaskStyle
style: InputMaskStyle,
provide() {
return {
$pcInputMask: this,
$parentInstance: this
};
}
};
</script>