Skip to content

Commit ecc149b

Browse files
committed
UI is now recursive...but data is not...
1 parent 9cdf9d3 commit ecc149b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h1 v-if="schema.title">{{schema.title}}</h1>
3838
</div>
3939
<fieldset class="pure-control-group" v-if="type == 'object'">
4040
<legend>{{$key}}</legend>
41-
<div v-component="json-schema-property" v-repeat="{{value}}.properties"></div>
41+
<div v-component="json-schema-property" v-repeat="properties"></div>
4242
</fieldset>
4343
</script>
4444

0 commit comments

Comments
 (0)