mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 09:24:25 +00:00
chore(Picker): remove unused var (#6314)
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user