From d228afc63dd7f33126ea8c5bc8b976c57b41c8d2 Mon Sep 17 00:00:00 2001 From: trendschau Date: Sun, 14 Apr 2024 21:42:21 +0200 Subject: [PATCH] V2.4.0 hide readymades and fix modal --- system/typemill/author/js/vue-themes.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/system/typemill/author/js/vue-themes.js b/system/typemill/author/js/vue-themes.js index 23121a8..a81a1e2 100644 --- a/system/typemill/author/js/vue-themes.js +++ b/system/typemill/author/js/vue-themes.js @@ -35,7 +35,7 @@ const app = Vue.createApp({
-
+
{{ fieldDefinition.legend }} @@ -126,6 +126,9 @@ const app = Vue.createApp({ modalMessage: 'default', } }, + components: { + 'modal': modal + }, mounted() { eventBus.$on('forminput', formdata => { this.formData[this.current][formdata.name] = formdata.value;