mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
fix(props): update stencil
This commit is contained in:
@ -42,7 +42,7 @@ export class ItemOption {
|
||||
*/
|
||||
@Prop() href: string;
|
||||
|
||||
clickedOptionButton(ev: Event): boolean {
|
||||
private clickedOptionButton(ev: Event): boolean {
|
||||
const el = (ev.target as HTMLElement).closest('ion-item-option');
|
||||
return !!el;
|
||||
}
|
||||
|
||||
@ -43,7 +43,7 @@ If this property is set, an anchor tag will be rendered.
|
||||
|
||||
#### mode
|
||||
|
||||
|
||||
string
|
||||
|
||||
The mode determines which platform styles to use.
|
||||
Possible values are: `"ios"` or `"md"`.
|
||||
@ -85,7 +85,7 @@ If this property is set, an anchor tag will be rendered.
|
||||
|
||||
#### mode
|
||||
|
||||
|
||||
string
|
||||
|
||||
The mode determines which platform styles to use.
|
||||
Possible values are: `"ios"` or `"md"`.
|
||||
|
||||
Reference in New Issue
Block a user