changed to val

This commit is contained in:
sanjayk03-dev
2024-01-28 18:45:19 +05:30
parent dadc537184
commit e6d6b6128d

View File

@@ -36,7 +36,7 @@ script#macros-template(type="text/x-template")
.fa.fa-plus
.tabs
each macros, index in this.config.macros
each val, index in config.macros
input(type="radio",:id="'tab'+index",
:name="'tab'+index", @click="tab=index.toString()")
label(:for="'tab'+index",style="height:50px;width:100px") Macros {{index+1}}