mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-11 20:00:26 +08:00
refactor: 前端文件夹名称调整
This commit is contained in:
12
frontend/src/components/progress-notify/progress-notify.ts
Normal file
12
frontend/src/components/progress-notify/progress-notify.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
export const buildProgressProps = (): any => {
|
||||
return {
|
||||
progress: {
|
||||
title: {
|
||||
type: String,
|
||||
},
|
||||
executedStatements: {
|
||||
type: Number,
|
||||
},
|
||||
},
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user