mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-24 05:24:23 +00:00
Add ToolTip to the news & home page components.
This commit is contained in:
parent
db0c0a3c25
commit
417630bcd8
9 changed files with 133 additions and 51 deletions
|
@ -1,7 +1,7 @@
|
|||
<script setup lang="ts">
|
||||
import { TooltipProvider, type TooltipProviderProps } from 'reka-ui'
|
||||
import { TooltipProvider, type TooltipProviderProps } from "reka-ui";
|
||||
|
||||
const props = defineProps<TooltipProviderProps>()
|
||||
const props = defineProps<TooltipProviderProps>();
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue