paret parameter added

This commit is contained in:
tugcekucukoglu 2023-12-05 12:49:37 +03:00
parent 65f6191ad4
commit d382e6c960
6 changed files with 110 additions and 51 deletions

View file

@ -20,6 +20,10 @@ export default {
},
ptmParams() {
return {
parent: {
props: this.$parent?.$props,
state: this.$parent?.$data
},
context: {
filled: this.filled,
disabled: this.$attrs.disabled || this.$attrs.disabled === ''