We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vben Admin V5
官方为三角 框架为矩形
官方ant样式
框架
System: OS: Windows 11 10.0.22631 CPU: (20) x64 12th Gen Intel(R) Core(TM) i7-12700KF Memory: 14.90 GB / 31.85 GB Binaries: Node: 20.15.1 - C:\Program Files\nodejs\node.EXE Yarn: 1.22.22 - ~\AppData\Roaming\npm\yarn.CMD npm: 10.7.0 - C:\Program Files\nodejs\npm.CMD pnpm: 9.5.0 - ~\AppData\Roaming\npm\pnpm.CMD Browsers: Edge: Chromium (127.0.2651.74) Internet Explorer: 11.0.22621.3527
No response
The text was updated successfully, but these errors were encountered:
<script setup lang="ts"> import { Button, Popconfirm, Space, Tooltip } from 'ant-design-vue'; </script> <template> <div class="m-[32px]"> <Space> <Popconfirm placement="top" title="测试popconfirm"> <Button type="primary">测试按钮</Button> </Popconfirm> <Tooltip placement="top" title="测试tooltip"> <Button type="primary">测试按钮</Button> </Tooltip> </Space> </div> </template>
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Version
Vben Admin V5
Describe the bug?
官方为三角 框架为矩形
官方ant样式
框架
Reproduction
<script setup lang="ts"> import { Button, Popconfirm } from 'ant-design-vue'; </script>System Info
Relevant log output
No response
Validations
The text was updated successfully, but these errors were encountered: