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.
v-with
1 parent 96fd4fa commit 1fa93ccCopy full SHA for 1fa93cc
index.html
@@ -18,7 +18,7 @@
18
<form class="pure-form pure-form-aligned">
19
<h1 v-if="schema.title">{{schema.title}}</h1>
20
<div v-if="schema.description"><small>{{schema.description}}</small></div>
21
- <div v-repeat="schema.properties" v-component="json-schema-property" v-with="doc: doc"></div>
+ <div v-repeat="schema.properties" v-component="json-schema-property"></div>
22
</form>
23
</div>
24
<textarea id="schema"
0 commit comments