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

---- 动动手指关注我!或许下次你又能在我这里找到你需要的答案!ZZZZW与你一起学习,一起进步!
原文地址:https://www.cnblogs.com/zzzzw/p/14717590.html