Move Intelligence file to Vue logic

This commit is contained in:
Eli Ribble 2026-03-21 22:41:47 +00:00
parent eaeedd5356
commit 6d6fe9e1d6
No known key found for this signature in database
3 changed files with 41 additions and 35 deletions

View file

@ -1,6 +1,6 @@
<template>
<a
:href="to"
<RouterLink
:to="to"
data-bs-toggle="tooltip"
data-bs-placement="right"
:title="label"
@ -14,7 +14,7 @@
<span>{{ notificationCount > 99 ? "99+" : notificationCount }}</span>
<span class="visually-hidden">unread notifications</span>
</span>
</a>
</RouterLink>
</template>
<script setup lang="ts">