chore(Picker): move shared props (#8142)

This commit is contained in:
neverland
2021-02-12 13:26:25 +08:00
committed by GitHub
parent 2fc8333c45
commit e943b081f8
7 changed files with 32 additions and 35 deletions
+1 -2
View File
@@ -18,8 +18,7 @@ import { createNamespace, pick } from '../utils';
import { useExpose } from '../composables/use-expose';
// Components
import Picker from '../picker';
import { pickerProps } from '../picker/shared';
import Picker, { pickerProps } from '../picker';
const [createComponent, bem] = createNamespace('area');