mirror of
https://github.com/youzan/vant.git
synced 2025-10-22 03:44:48 +00:00
[improvement] Picker: shared props (#2888)
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
import { use } from '../utils';
|
||||
import Picker from '../picker';
|
||||
import { PickerMixin } from '../mixins/picker';
|
||||
import { pickerProps } from '../picker/shared';
|
||||
|
||||
const [sfc, bem] = use('area');
|
||||
|
||||
export default sfc({
|
||||
mixins: [PickerMixin],
|
||||
|
||||
props: {
|
||||
...pickerProps,
|
||||
value: String,
|
||||
areaList: {
|
||||
type: Object,
|
||||
|
Reference in New Issue
Block a user