Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangfisher committed Jan 24, 2024
1 parent 87d07a6 commit b863309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/forms/network.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ const formSchema = {
},
},
timeoutSubmit: {
title: "提交超时",
title: "提交超时倒计时",
execute: computed(async () => {
await delay(5000);
},[],{timeout:2000}),
Expand Down

0 comments on commit b863309

Please sign in to comment.