Skip to content

Commit 857e2ad

Browse files
committed
fix form utils
1 parent cb4e461 commit 857e2ad

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codingapi/ui-framework",
3-
"version": "0.0.11",
3+
"version": "0.0.12",
44
"description": "A UI Framework built with React and Typescript",
55
"keywords": ["ui", "framework", "react", "typescript"],
66
"homepage": "https://github.com/codingapi/ui-framework",

src/Form/utils.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import {FormValidateContent} from "./validate";
22

3-
class ValidateUtils {
3+
export class ValidateUtils {
44

55
/**
66
* 非空校验
@@ -27,4 +27,3 @@ class ValidateUtils {
2727
}
2828
}
2929

30-
export default ValidateUtils;

0 commit comments

Comments
 (0)