diff --git a/src/blocks/form/form.vue b/src/blocks/form/form.vue
index b091b9c4..98f20767 100644
--- a/src/blocks/form/form.vue
+++ b/src/blocks/form/form.vue
@@ -10,42 +10,51 @@
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
- {{fields[key].label}}
+ {{field.label}}
-
-
+ :class="`ams-field ams-field-${field.type}-${field.ctx}`" />
+
-
-
+
+
-
+
- {{fields[key].label}}
+ {{field.label}}
-
+
+
ctx.children
+};
+
export default {
+ components: { Fragment },
mixins: [mixins.blockMixin, mixins.getField, mixins.getShowState],
methods: {
keyEnter(...args) {
@@ -119,4 +135,3 @@ export default {
color: #999;
}
-