mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(picker): run lint
This commit is contained in:
@@ -719,13 +719,25 @@ export class PickerColumn implements ComponentInterface {
|
||||
*/
|
||||
tabIndex={0}
|
||||
>
|
||||
<div class="picker-item-empty" aria-hidden="true"> </div>
|
||||
<div class="picker-item-empty" aria-hidden="true"> </div>
|
||||
<div class="picker-item-empty" aria-hidden="true"> </div>
|
||||
<div class="picker-item-empty" aria-hidden="true">
|
||||
|
||||
</div>
|
||||
<div class="picker-item-empty" aria-hidden="true">
|
||||
|
||||
</div>
|
||||
<div class="picker-item-empty" aria-hidden="true">
|
||||
|
||||
</div>
|
||||
<slot></slot>
|
||||
<div class="picker-item-empty" aria-hidden="true"> </div>
|
||||
<div class="picker-item-empty" aria-hidden="true"> </div>
|
||||
<div class="picker-item-empty" aria-hidden="true"> </div>
|
||||
<div class="picker-item-empty" aria-hidden="true">
|
||||
|
||||
</div>
|
||||
<div class="picker-item-empty" aria-hidden="true">
|
||||
|
||||
</div>
|
||||
<div class="picker-item-empty" aria-hidden="true">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<slot name="suffix"></slot>
|
||||
</Host>
|
||||
|
||||
Reference in New Issue
Block a user