mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
chore(Picker): remove unused var (#6314)
This commit is contained in:
parent
ca827c205e
commit
ab5cdd8b33
@ -1,7 +1,7 @@
|
|||||||
// Utils
|
// Utils
|
||||||
import { createNamespace, isObject } from '../utils';
|
import { createNamespace, isObject } from '../utils';
|
||||||
import { preventDefault } from '../utils/dom/event';
|
import { preventDefault } from '../utils/dom/event';
|
||||||
import { BORDER_TOP_BOTTOM, BORDER_UNSET_TOP_BOTTOM } from '../utils/constant';
|
import { BORDER_UNSET_TOP_BOTTOM } from '../utils/constant';
|
||||||
import { pickerProps } from './shared';
|
import { pickerProps } from './shared';
|
||||||
|
|
||||||
// Components
|
// Components
|
||||||
|
Loading…
x
Reference in New Issue
Block a user