chore: 修改VbenTooltip默认方向 新增\n换行功能

This commit is contained in:
dap
2024-10-20 10:34:25 +08:00
parent 8bc62cf2df
commit 02957060bf
3 changed files with 9 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ defineProps<{ triggerClass?: string }>();
</script>
<template>
<Tooltip :delay-duration="300" side="right">
<Tooltip :delay-duration="300" side="top">
<template #trigger>
<slot name="trigger">
<CircleHelp