var component = new NEKUI.Component({template: template});
var component = new NEKUI.Component({template: template,onok: function() {console.log(123);}});
var component = new NEKUI.Component({template: template});
API
Events
Kind: global classExtend: Component
“ok 确定时触发”
Kind: event emittedProperties