Commit d8ed41ff authored by 邓晓峰's avatar 邓晓峰

fix: ParseForm demo render error

parent 6d7cf592
Pipeline #25002 failed with stages
in 9 seconds
......@@ -75,7 +75,7 @@ export default {
},
{
title: '数据录入',
children: ['Empty'],
children: ['ParseForm'],
},
{
title: '数据展示',
......@@ -83,5 +83,4 @@ export default {
},
],
},
webpack5: {},
};
'use strict';
const parseForm = require('..');
describe('ParseForm', () => {
it('needs tests');
});
......@@ -22,5 +22,9 @@
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"form-render": "^0.9.12",
"parseForm": "^0.0.4"
}
}
---
title: 1简介
order: 1
title: ParseForm - 台账解析
nav:
title: 组件
path: /components
group:
path: /
nav:
title: 1
order: 1
path: /docs
---
# QuotaSelect 指标选择
......
// @ts-ignore
import React from 'react';
import { Button } from 'antd';
import ParseForm from 'parseForm';
window._config = {
userInfo: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment