docs(breaking): alert, actionsheet

This commit is contained in:
Manu Mtz.-Almeida
2018-04-03 18:49:53 +02:00
parent ae2cae635d
commit 926c8859ce
2 changed files with 79 additions and 2 deletions

View File

@ -149,8 +149,8 @@ export class Button {
disabled={this.disabled}
onFocus={this.onFocus.bind(this)}
onKeyUp={this.onKeyUp.bind(this)}
onClick={(ev) => openURL(this.href, ev, this.goBack)}
onBlur={this.onBlur.bind(this)}>
onBlur={this.onBlur.bind(this)}
onClick={(ev) => openURL(this.href, ev, this.goBack)}>
<span class='button-inner'>
<slot name='icon-only'></slot>
<slot name='start'></slot>