remove debug link labels

This commit is contained in:
Harald Bamberger
2026-07-03 16:51:08 +02:00
parent 5e509f7f19
commit a70ef78ead
+2 -2
View File
@@ -23,12 +23,12 @@ export default {
<router-link v-if="this.isCompatLink()"
:to="this.calcCompatRouterLink()"
>
<slot></slot> (routerlink)
<slot></slot>
</router-link>
<a v-else
:href="this.href"
>
<slot></slot> (ahref)
<slot></slot>
</a>
`
};