Make tooltips render automatically

This commit is contained in:
Riyyi
2025-04-02 21:07:12 +02:00
parent 8110667234
commit cd96b379da
12 changed files with 121 additions and 30 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>