mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(anchor): make it activatable
This commit is contained in:
@@ -33,7 +33,8 @@ export class Anchor {
|
||||
|
||||
hostData() {
|
||||
return {
|
||||
class: createColorClasses(this.color)
|
||||
class: createColorClasses(this.color),
|
||||
'ion-activatable': true
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user