Commit 02e81108 authored by ι™ˆεΈ…'s avatar ι™ˆεΈ…

fix buttonText is null in LoginItem

parent 710a53a6
......@@ -24,6 +24,7 @@
},
"dependencies": {
"@antv/data-set": "^0.9.0",
"@babel/polyfill": "^7.0.0",
"@babel/runtime": "^7.0.0",
"antd": "^3.9.0",
"bizcharts": "^3.1.10",
......
......@@ -8,6 +8,10 @@ import LoginContext from './loginContext';
const FormItem = Form.Item;
class WarpFormItem extends Component {
static defaultProps = {
buttonText: 'θŽ·ε–ιͺŒθ―η ',
};
constructor(props) {
super(props);
this.state = {
......
import '@babel/polyfill';
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