This commit is contained in:
sanjayk03-dev
2023-12-30 05:51:32 +05:30
parent 6432510785
commit 72ed2f7390
4 changed files with 8 additions and 7 deletions

View File

@@ -207,8 +207,9 @@ script#control-view-template(type="text/x-template")
label {{(progress || 0) | percent}}
.bar(:style="'width:' + (progress || 0) * 100 + '%'")
.macros-buttons(v-if="this.config.macros!=undefined")
<p>there is a macro
.macros-div
.macros-buttons(v-if="isMacrosPresent")
<p> there is a macro
.tabs