changed to val
This commit is contained in:
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user