We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cdf9d3 commit ecc149bCopy full SHA for ecc149b
index.html
@@ -38,7 +38,7 @@ <h1 v-if="schema.title">{{schema.title}}</h1>
38
</div>
39
<fieldset class="pure-control-group" v-if="type == 'object'">
40
<legend>{{$key}}</legend>
41
- <div v-component="json-schema-property" v-repeat="{{value}}.properties"></div>
+ <div v-component="json-schema-property" v-repeat="properties"></div>
42
</fieldset>
43
</script>
44
0 commit comments