mirror of
https://github.com/halo-dev/docs.git
synced 2025-10-22 02:45:28 +00:00
304 B
304 B
title, description
title | description |
---|---|
v-tooltip | Tooltip 指令 |
此指令用于在任何元素上添加一个提示框。
使用方式
<script lang="ts" setup>
import { IconDeleteBin } from "@halo-dev/components"
</script>
<template>
<IconDeleteBin v-tooltip="'删除此文档'" />
</template>