未验证 提交 1095d441 编写于 作者: L lzdjack 提交者: GitHub

feat: 替换vextable中button组件 (#2625)

上级 e938e8e9
......@@ -15,9 +15,9 @@ import {
TimePicker,
TreeSelect,
Rate,
Button,
Empty,
} from 'ant-design-vue';
import { Button } from '/@/components/Button';
const componentMap = new Map<ComponentType, Component>();
......
......@@ -38,6 +38,7 @@
name: 'AButton',
props: {
type: 'primary',
preIcon: 'mdi:page-next-outline',
},
events: {
click: () => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册