From e6d6b6128d853df66e606358e022e4a1c33d39a2 Mon Sep 17 00:00:00 2001 From: sanjayk03-dev Date: Sun, 28 Jan 2024 18:45:19 +0530 Subject: [PATCH] changed to val --- src/pug/templates/macros.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pug/templates/macros.pug b/src/pug/templates/macros.pug index 1b7805d..c4ddc69 100644 --- a/src/pug/templates/macros.pug +++ b/src/pug/templates/macros.pug @@ -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}}