diff --git a/playground/src/views/examples/tippy/index.vue b/playground/src/views/examples/tippy/index.vue index bfcc3822bc1..628fa3804d2 100644 --- a/playground/src/views/examples/tippy/index.vue +++ b/playground/src/views/examples/tippy/index.vue @@ -4,9 +4,8 @@ import type { TippyProps } from '@vben/common-ui'; import { reactive } from 'vue'; import { Page, Tippy } from '@vben/common-ui'; -import { ChevronDown } from '@vben/icons'; -import { Button, Card, Flex, Tag } from 'ant-design-vue'; +import { Button, Card, Flex } from 'ant-design-vue'; import { useVbenForm } from '#/adapter/form'; @@ -278,18 +277,8 @@ function goDoc() { animation: 'scale', }" > - 指定动画 - - - - 默认配置 -