From 88785d3175be45d88e5cc12a5e2fa02789468730 Mon Sep 17 00:00:00 2001 From: sanjayk03-dev Date: Sun, 28 Jan 2024 16:57:32 +0530 Subject: [PATCH] fixing ui --- 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 ec05a49..775a533 100644 --- a/src/pug/templates/macros.pug +++ b/src/pug/templates/macros.pug @@ -37,7 +37,7 @@ script#macros-template(type="text/x-template") .tabs input(type="radio",v-for="(index,macros) in config.macros",:id="'tab'+index", - :name="tabs",:checked="index == 0", @click="tab=index") + :name="tabs", @click="tab=index") label(v-for="(index,macros) in config.macros",:for="'tab'+index",style="height:50px;width:100px",:key="index") Macros {{index+1}} section.tab-content(v-for="(index,macros) in config.macros",:id="'content'+index",:key="index")