diff --git a/client/components/forms/MatrixInput.vue b/client/components/forms/MatrixInput.vue
index 25cdad39..8345ad61 100644
--- a/client/components/forms/MatrixInput.vue
+++ b/client/components/forms/MatrixInput.vue
@@ -4,7 +4,7 @@
+ |
-
+
{{ column }}
|
@@ -37,8 +35,8 @@
:key="rowIndex"
class="border-t border-gray-300"
>
-
-
+
+ |
@@ -103,7 +101,7 @@ export default {
}
},
computed: {},
- beforeMount() {
+ mounted() {
if (!this.compVal || typeof this.compVal !== 'object') {
this.compVal = {}
}
{{ row }}
|
---|