mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-26 21:51:40 +00:00
chore: update deps
This commit is contained in:
@@ -3,7 +3,7 @@ import { resultSuccess } from '../_util';
|
||||
|
||||
const demoList = (keyword) => {
|
||||
const result = {
|
||||
list: [],
|
||||
list: [] as any[],
|
||||
};
|
||||
for (let index = 0; index < 20; index++) {
|
||||
result.list.push({
|
||||
|
Reference in New Issue
Block a user