@@ -0,0 +1,33 @@
+<template>
+ <div class="list-wrap">
+ <k-form-build
+ v-if="jsonData"
+ class="formBuild"
+ ref="addFromRef"
+ :dynamicData="dynamicData"
+ :defaultValue="defaultValue"
+ :value="jsonData"
+ />
+ </div>
+</template>
+
+<script>
+export default {
+ name: "FormGroup",
+ props: [],
+ components: {},
+ data() {
+ return {
+ formList: [
+ {
+ formJson: formList,
+ },
+ ],
+ };
+ computed: {},
+ methods: {},
+};
+</script>
+<style scoped></style>
@@ -177,7 +177,8 @@ const List = [
dynamicData: {},
defaultValue: {},
}
- , {
+ ,
list: [
{
type: "input",
@@ -12,6 +12,7 @@
</template>
<script>
+import formList from "./formList";
export default {
name: "FormList",
props: [],