mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 19:24:16 +00:00
[Improvement] extract component common part (#703)
This commit is contained in:
@@ -31,7 +31,7 @@ const DEFAULT_DURATION = 200;
|
||||
const range = (num, arr) => Math.min(Math.max(num, arr[0]), arr[1]);
|
||||
|
||||
export default create({
|
||||
name: 'van-picker-column',
|
||||
name: 'picker-column',
|
||||
|
||||
props: {
|
||||
valueKey: String,
|
||||
|
Reference in New Issue
Block a user