Skip to content

Commit 1fa93cc

Browse files
committed
removed excessive v-with
1 parent 96fd4fa commit 1fa93cc

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
@@ -18,7 +18,7 @@
1818
<form class="pure-form pure-form-aligned">
1919
<h1 v-if="schema.title">{{schema.title}}</h1>
2020
<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>
21+
<div v-repeat="schema.properties" v-component="json-schema-property"></div>
2222
</form>
2323
</div>
2424
<textarea id="schema"

0 commit comments

Comments
 (0)