Skip to content

Commit

Permalink
fix(module: tabbar): fix title input ts error (#753)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eve-Sama committed Oct 21, 2020
1 parent bd29dda commit 42b17e2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/tab-bar/tab-bar-item.component.ts
Expand Up @@ -17,8 +17,6 @@ export class TabBarItemComponent extends TabPaneComponent {
@Input()
key: string = '';
@Input()
title: string = '';
@Input()
dot: boolean = false;
@Input()
badge: number | string = null;
Expand Down

0 comments on commit 42b17e2

Please sign in to comment.