From f9c3f44bb6038317c719e7e74e278b8de7e661fc Mon Sep 17 00:00:00 2001 From: sanjayk03-dev Date: Sun, 28 Jan 2024 15:58:11 +0530 Subject: [PATCH] fixed keys --- 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 8724cac..5378386 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 - input(type="radio",v-for="(macros,index) in config.macros",:id="tab{{index}}",:key="index", + input(type="radio",v-for="(macros,index) in config.macros",:id="tab{{index}}", :name="tabs",:checked="index == 0", @click="tab=index",:key="index") label(:for="tab{{index}}",style="height:50px;width:100px",:key="index") Macros {{index+1}}