mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(item): href
This commit is contained in:
@@ -110,7 +110,7 @@ export class Item {
|
||||
}
|
||||
const attrs = (TagType === 'button')
|
||||
? {type: 'button'}
|
||||
: {};
|
||||
: {href: this.href};
|
||||
|
||||
const showDetail = this.detail != null ? this.detail : (this.mode === 'ios' && clickable);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user