Skip to content

Commit 3b4e49c

Browse files
committed
lower visibility to parent props
1 parent f896f6b commit 3b4e49c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/jsonforms-vuetify-renderers/src/components/TemplateCompiler.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,10 @@ const templateCompiler = defineComponent({
100100
101101
computed: {
102102
componentProps() {
103-
const data = [
104-
this.parentData,
105-
this.parentProps,
106-
(this.parentComponent as any)._provided,
103+
const data: any[] = [
104+
//this.parentData,
105+
//this.parentProps,
106+
//(this.parentComponent as any)._provided,
107107
];
108108
const computed: any = this.componentComputed || {};
109109
const directives: any = this.componentDirectives || {};

0 commit comments

Comments
 (0)