mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 13:32:54 +08:00
style(tap-click): rename activable to activatable
This commit is contained in:
@ -257,7 +257,7 @@ export class Picker implements OverlayInterface {
|
||||
<div class={buttonWrapperClass(b)}>
|
||||
<button
|
||||
type="button"
|
||||
ion-activable
|
||||
ion-activatable
|
||||
onClick={() => this.buttonClick(b)}
|
||||
class={buttonClass(b)}
|
||||
>
|
||||
|
Reference in New Issue
Block a user