+
-
`,
data: function () {
return {
@@ -21,6 +27,7 @@ const navigation = Vue.createApp({
backup: false,
isExpended: false,
expanded: [],
+ menuvisible: false,
}
},
mounted: function(){
@@ -55,6 +62,17 @@ const navigation = Vue.createApp({
});
},
methods: {
+ togglemenue()
+ {
+ if(this.menuvisible)
+ {
+ this.menuvisible = false;
+ }
+ else
+ {
+ this.menuvisible = true;
+ }
+ },
getStatusClass(status)
{
if(status == 'published')
diff --git a/system/typemill/author/js/vue-forms.js b/system/typemill/author/js/vue-forms.js
index ab6a42d..7f2c849 100644
--- a/system/typemill/author/js/vue-forms.js
+++ b/system/typemill/author/js/vue-forms.js
@@ -303,7 +303,7 @@ app.component('component-date', {
template: `
-
+
@@ -335,7 +335,7 @@ app.component('component-email', {
template: `
-
+