Refactor #3965 - Update Base components

This commit is contained in:
mertsincan 2023-05-30 12:03:42 +01:00
parent 911c4de1fe
commit b6ec58de65
10 changed files with 62 additions and 73 deletions

View file

@ -14,6 +14,11 @@ export default {
contentClass: null,
contentProps: null,
disabled: Boolean
},
provide() {
return {
$parentInstance: this
};
}
};
</script>