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