mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 10:01:59 +08:00
fix(tab-button): layout is mutable (#16332)
This commit is contained in:
@ -40,7 +40,7 @@ export class TabButton implements ComponentInterface {
|
||||
* Set the layout of the text and icon in the tab bar.
|
||||
* It defaults to `'icon-top'`.
|
||||
*/
|
||||
@Prop() layout?: TabButtonLayout;
|
||||
@Prop({ mutable: true }) layout?: TabButtonLayout;
|
||||
|
||||
/**
|
||||
* The URL which will be used as the `href` within this tab's button anchor.
|
||||
|
Reference in New Issue
Block a user