feat: add Badge component (#7602)

This commit is contained in:
neverland
2020-11-22 10:26:59 +08:00
committed by GitHub
parent cda5e0869e
commit 28a04148f1
12 changed files with 467 additions and 0 deletions

1
types/index.d.ts vendored
View File

@@ -32,6 +32,7 @@ export function install(vue: typeof Vue): void;
export class ActionSheet extends VanComponent {}
export class AddressList extends VanComponent {}
export class Badge extends VanComponent {}
export class Button extends VanComponent {}
export class Card extends VanComponent {}
export class Cell extends VanComponent {}