From 7e7a5f3fd46f62eaf11fab8c006e6085445e3171 Mon Sep 17 00:00:00 2001 From: Netfan Date: Tue, 4 Feb 2025 15:07:10 +0800 Subject: [PATCH] chore: remove testing code --- playground/src/views/examples/tippy/index.vue | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/playground/src/views/examples/tippy/index.vue b/playground/src/views/examples/tippy/index.vue index bfcc3822..628fa380 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', }" > - 指定动画 - - - - 默认配置 -