reframed iterator
This commit is contained in:
@@ -36,7 +36,7 @@ script#macros-template(type="text/x-template")
|
|||||||
.fa.fa-plus
|
.fa.fa-plus
|
||||||
|
|
||||||
.tabs
|
.tabs
|
||||||
each index, macros in config.macros
|
each macros, index in config.macros
|
||||||
input(type="radio",:id="'tab'+index",
|
input(type="radio",:id="'tab'+index",
|
||||||
:name="'tab'+index", @click="tab=index.toString()")
|
:name="'tab'+index", @click="tab=index.toString()")
|
||||||
label(:for="'tab'+index",style="height:50px;width:100px") Macros {{index+1}}
|
label(:for="'tab'+index",style="height:50px;width:100px") Macros {{index+1}}
|
||||||
|
|||||||
Reference in New Issue
Block a user