diff --git a/packages/core/src/components/item/item.tsx b/packages/core/src/components/item/item.tsx index d937eb9ee3..00dcd38e23 100644 --- a/packages/core/src/components/item/item.tsx +++ b/packages/core/src/components/item/item.tsx @@ -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);