added func in computed

This commit is contained in:
sanjayk03-dev
2024-01-29 19:06:50 +05:30
parent e9843cc355
commit 784b4dfe08
2 changed files with 4 additions and 1 deletions

View File

@@ -55,6 +55,9 @@ module.exports = {
getMacrosName: function () {
return this.config.macros[this.tab - 1]["name"];
},
initial_tab: function () {
return this.tab == 0;
},
},
methods: {
open: function () {