fixing list rendering

This commit is contained in:
sanjayk03-dev
2024-01-28 16:47:55 +05:30
parent c4e9965681
commit a29169e3d2

View File

@@ -40,7 +40,7 @@ script#macros-template(type="text/x-template")
:name="tabs",:checked="index == 0", @click="tab=index")
label(:for="'tab'+index",style="height:50px;width:100px",:key="index") Macros {{index}}
section.tab-content(v-for="(index,macros) in config.macros",id="'content'+index",:key="index")
section.tab-content(v-for="(index,macros) in config.macros",:id="'content'+index",:key="index")
.macros-form
p.title Name
.input-container