Make tooltips render automatically

This commit is contained in:
Riyyi
2025-04-02 22:50:08 +02:00
parent 8110667234
commit 5746bc7016
11 changed files with 107 additions and 32 deletions
@@ -1,5 +1,5 @@
<template>
<ul>
<ul class="mb-0">
<template v-for="link in links" :key="link.id">
<li>
<a :href="'#' + link.id">{{ link.text }}</a>