react,没事桥着玩

react

import { Component } from 'react';
import { base } from 'nc-lightapp-front';
const { NCButton,NCFormControl } =base;

export default class MyInput extends Component{
constructor(props){
super(props);
this.state={
input:{}
}
}
}

以上是 react,没事桥着玩 的全部内容, 来源链接: utcz.com/z/381572.html

回到顶部