mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-04 21:30:00 +08:00
style(item): add spacing
This commit is contained in:
@ -106,8 +106,8 @@ export class Item {
|
||||
: 'div';
|
||||
|
||||
const attrs = (TagType === 'button')
|
||||
? {type: 'button'}
|
||||
: {href: this.href};
|
||||
? { type: 'button' }
|
||||
: { href: this.href };
|
||||
|
||||
const showDetail = this.detail != null ? this.detail : (this.mode === 'ios' && clickable);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user