mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
refactor: remove default slotted content
This commit is contained in:
@@ -118,7 +118,7 @@ export class PickerColumnOption implements ComponentInterface {
|
||||
})}
|
||||
>
|
||||
<button tabindex="-1" aria-label={ariaLabel} disabled={disabled} onClick={() => this.onClick()}>
|
||||
<slot>{value}</slot>
|
||||
<slot></slot>
|
||||
</button>
|
||||
</Host>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user