Skip to content

Commit

Permalink
Fix #84
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed Oct 6, 2016
1 parent 58093c7 commit 2c36001
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/formGenerator.vue
@@ -1,6 +1,8 @@
<template lang="jade">
div
fieldset.vue-form-generator(v-if="schema != null")
template(v-for="field in fields")
.form-group(v-if="fieldVisible(field)", :class="getFieldRowClasses(field)")
label {{ field.label }}
span.help(v-if="field.help")
i.icon
Expand Down

0 comments on commit 2c36001

Please sign in to comment.