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:{}
}
}
}

 

相关文章:

  • 2022-01-07
  • 2021-07-11
  • 2022-12-23
  • 2021-05-14
  • 2022-12-23
  • 2021-07-27
  • 2022-01-06
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-06-14
  • 2021-10-12
  • 2021-10-22
  • 2022-12-23
  • 2022-02-28
相关资源
相似解决方案