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

This commit is contained in:
lzdjack 2023-03-14 17:06:57 +08:00 committed by GitHub
parent e938e8e9a8
commit 1095d44110
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -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>();

View File

@ -38,6 +38,7 @@
name: 'AButton',
props: {
type: 'primary',
preIcon: 'mdi:page-next-outline',
},
events: {
click: () => {