Skip to content

Commit

Permalink
chore: remove testing code
Browse files Browse the repository at this point in the history
  • Loading branch information
mynetfan committed Feb 4, 2025
1 parent f8bb396 commit 7e7a5f3
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions playground/src/views/examples/tippy/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -278,18 +277,8 @@ function goDoc() {
animation: 'scale',
}"
>
<template #icon>
<ChevronDown class="size-4" />
</template>
指定动画
</Button>
<Tag color="#f50">
<template #icon>
<ChevronDown class="size-4" />
</template>

默认配置
</Tag>
</Flex>
</Card>
<Card title="组件形式使用" class="mt-4">
Expand Down

0 comments on commit 7e7a5f3

Please sign in to comment.