mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 02:31:34 +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.
|
* Set the layout of the text and icon in the tab bar.
|
||||||
* It defaults to `'icon-top'`.
|
* 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.
|
* The URL which will be used as the `href` within this tab's button anchor.
|
||||||
|
Reference in New Issue
Block a user