fix(tab-button): layout is mutable (#16332)

This commit is contained in:
Manu MA
2018-11-15 15:35:16 +01:00
committed by GitHub
parent bd3ca42ea0
commit 02a266cc85

View File

@ -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.