fix(item): href

This commit is contained in:
Manu Mtz.-Almeida
2018-03-08 00:29:03 +01:00
parent f29e3f4ea4
commit 540c33bb6b

View File

@@ -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);