chore(): update dependencies

This commit is contained in:
Manu Mtz.-Almeida
2018-04-22 20:08:02 +02:00
parent 3f8fcda366
commit ae0541a465
48 changed files with 1304 additions and 1725 deletions

View File

@ -65,7 +65,7 @@ export class ChipButton {
class={buttonClasses}
disabled={this.disabled}
href={this.href}>
<span class='chip-button-inner'>
<span class="chip-button-inner">
<slot></slot>
</span>
{ this.mode === 'md' && <ion-ripple-effect tapClick={true}/> }