Move Intelligence file to Vue logic
This commit is contained in:
parent
eaeedd5356
commit
6d6fe9e1d6
3 changed files with 41 additions and 35 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue