refactor(Picker): refactor with composition api

This commit is contained in:
chenjiahan
2020-09-16 16:11:50 +08:00
parent 971c16eb3c
commit 85d0d423eb
3 changed files with 377 additions and 408 deletions
+2
View File
@@ -8,6 +8,8 @@ export type SharedPickerProps = {
confirmButtonText?: string;
};
export const PICKER_KEY = 'vanPicker';
export const DEFAULT_ITEM_HEIGHT = 44;
export const pickerProps = {