refactor(tabbar): removes ion-tab-button

This commit is contained in:
Manu Mtz.-Almeida
2018-08-12 22:50:52 +02:00
parent 0dc70f7f6d
commit 0842939273
16 changed files with 157 additions and 328 deletions

View File

@@ -30,7 +30,7 @@ export class Tab {
@Prop() label?: string;
/**
* The URL which will be used as the `href` within this tab's `<ion-tab-button>` anchor.
* The URL which will be used as the `href` within this tab's button anchor.
*/
@Prop() href?: string;