Skip to content

Commit

Permalink
fix: fragment instance warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Lionel Bijaoui committed Aug 26, 2016
1 parent 05fc81c commit f9915e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/formGenerator.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<template lang="jade">
div
fieldset.vue-form-generator(v-if="schema != null")
.form-group(v-for="field in fields", v-if="fieldVisible(field)", :class="getFieldRowClasses(field)")
label {{ field.label }}
Expand Down

0 comments on commit f9915e6

Please sign in to comment.