-
Notifications
You must be signed in to change notification settings - Fork 530
Closed
Description
using "vue-form-generator": "^2.3.4",
My template:
<template>
<div class="panel-body">
<form>
<vue-form-generator :schema="schema" :model="model" :options="formOptions">
</vue-form-generator>
</form>
</div>
</template>
added model, schema, formOptions in my data.
but showing empty <fieldset> </fieldset>
Metadata
Metadata
Assignees
Labels
No labels
