From a29169e3d2e66fe73d65e6461cd01b224d891d00 Mon Sep 17 00:00:00 2001 From: sanjayk03-dev Date: Sun, 28 Jan 2024 16:47:55 +0530 Subject: [PATCH] fixing list rendering --- 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 e8da05b..084a338 100644 --- a/src/pug/templates/macros.pug +++ b/src/pug/templates/macros.pug @@ -40,7 +40,7 @@ script#macros-template(type="text/x-template") :name="tabs",:checked="index == 0", @click="tab=index") label(:for="'tab'+index",style="height:50px;width:100px",:key="index") Macros {{index}} - section.tab-content(v-for="(index,macros) in config.macros",id="'content'+index",:key="index") + section.tab-content(v-for="(index,macros) in config.macros",:id="'content'+index",:key="index") .macros-form p.title Name .input-container