mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
@ -2,6 +2,12 @@ import { Component, ComponentInterface, Element, Event, EventEmitter, Prop } fro
|
||||
|
||||
@Component({
|
||||
tag: 'ion-select-option',
|
||||
shadow: true,
|
||||
styles: `
|
||||
:host {
|
||||
display: none;
|
||||
}
|
||||
`
|
||||
})
|
||||
export class SelectOption implements ComponentInterface {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user