Skip to content

Commit a140fc7

Browse files
authored
Merge pull request #52 from lionel-bijaoui/LB_fix_fragment_instance
fix: fragment instance warning
2 parents 05fc81c + f9915e6 commit a140fc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/formGenerator.vue

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<template lang="jade">
2+
div
23
fieldset.vue-form-generator(v-if="schema != null")
34
.form-group(v-for="field in fields", v-if="fieldVisible(field)", :class="getFieldRowClasses(field)")
45
label {{ field.label }}

0 commit comments

Comments
 (0)