mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-15 14:03:36 +08:00
chore: 升级依赖,element-plus最新版兼容处理
This commit is contained in:
@@ -59,7 +59,7 @@ export function useColumns(selectRef: Ref, formRef: Ref, tableRef: Ref) {
|
||||
layout: "prev, pager, next",
|
||||
total: tableData.value.length,
|
||||
background: true,
|
||||
small: true
|
||||
size: "small"
|
||||
});
|
||||
|
||||
const handleSelectionChange = val => {
|
||||
|
||||
Reference in New Issue
Block a user