+
@@ -27,6 +27,9 @@
computed: {
text() {
return this.value.text ? this.value.text : 'Anweisungen';
+ },
+ url() {
+ return this.value.document ? this.value.document.url : this.value.url;
}
}
};
diff --git a/client/src/components/content-blocks/Solution.vue b/client/src/components/content-blocks/Solution.vue
index 8c07d3a9..13427645 100644
--- a/client/src/components/content-blocks/Solution.vue
+++ b/client/src/components/content-blocks/Solution.vue
@@ -13,22 +13,34 @@
ausblenden
-
+ >
+
+
+