[breaking change] Actionsheet: rename to ActionSheet

This commit is contained in:
陈嘉涵
2019-04-29 14:20:00 +08:00
parent fe89e18a24
commit b8424f8de9
19 changed files with 119 additions and 119 deletions

2
types/index.d.ts vendored
View File

@@ -10,7 +10,7 @@ import { ImagePreview } from './image-preview';
export const version: string;
export function install (vue: typeof Vue): void
export class Actionsheet extends VanComponent {}
export class ActionSheet extends VanComponent {}
export class AddressEdit extends VanComponent {}
export class AddressList extends VanComponent {}
export class Area extends VanComponent {}