refactor: upgrade vue macros
This commit is contained in:
parent
36191c500f
commit
11d179b13b
3 changed files with 252 additions and 122 deletions
|
@ -1,9 +1,11 @@
|
|||
<script setup lang="ts">
|
||||
import type { Popper as VTooltipType } from 'floating-vue/dist'
|
||||
|
||||
defineProps<{
|
||||
export interface Props extends Partial<typeof VTooltipType> {
|
||||
content?: string
|
||||
} & Partial<typeof VTooltipType>>()
|
||||
}
|
||||
|
||||
defineProps<Props>()
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue