Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wisdom-components
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ReactWeb5
wisdom-components
Commits
d8ed41ff
Commit
d8ed41ff
authored
Mar 25, 2021
by
邓晓峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: ParseForm demo render error
parent
6d7cf592
Pipeline
#25002
failed with stages
in 9 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
16 deletions
+10
-16
.umirc.js
.umirc.js
+1
-2
ParseForm.test.js
packages/ParseForm/__tests__/ParseForm.test.js
+0
-7
package.json
packages/ParseForm/package.json
+4
-0
ParseForm.md
packages/ParseForm/src/ParseForm.md
+4
-6
Base.tsx
packages/ParseForm/src/demos/Base.tsx
+1
-1
No files found.
.umirc.js
View file @
d8ed41ff
...
...
@@ -75,7 +75,7 @@ export default {
},
{
title
:
'数据录入'
,
children
:
[
'
Empty
'
],
children
:
[
'
ParseForm
'
],
},
{
title
:
'数据展示'
,
...
...
@@ -83,5 +83,4 @@ export default {
},
],
},
webpack5
:
{},
};
packages/ParseForm/__tests__/ParseForm.test.js
deleted
100644 → 0
View file @
6d7cf592
'use strict'
;
const
parseForm
=
require
(
'..'
);
describe
(
'ParseForm'
,
()
=>
{
it
(
'needs tests'
);
});
packages/ParseForm/package.json
View file @
d8ed41ff
...
...
@@ -22,5 +22,9 @@
},
"scripts"
:
{
"test"
:
"echo
\"
Error: run tests from root
\"
&& exit 1"
},
"dependencies"
:
{
"form-render"
:
"^0.9.12"
,
"parseForm"
:
"^0.0.4"
}
}
docs/p
arseForm.md
→
packages/ParseForm/src/P
arseForm.md
View file @
d8ed41ff
---
title
:
1简介
order
:
1
title
:
ParseForm - 台账解析
nav
:
title
:
组件
path
:
/components
group
:
path
:
/
nav
:
title
:
1
order
:
1
path
:
/docs
---
# QuotaSelect 指标选择
...
...
docs
/demos/Base.tsx
→
packages/ParseForm/src
/demos/Base.tsx
View file @
d8ed41ff
// @ts-ignore
import
React
from
'react'
;
import
{
Button
}
from
'antd'
;
import
ParseForm
from
'parseForm'
;
window
.
_config
=
{
userInfo
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment