fix: file path error
parent
d0429737bd
commit
016c711cf1
|
@ -1 +1 @@
|
||||||
Subproject commit 68644e7953c739fe64bfbe458f158fcd1d924872
|
Subproject commit 281b50130fbf7eeff96985567952d2b1d7730da0
|
|
@ -13,7 +13,7 @@ import isEqual from 'lodash-es/isEqual';
|
||||||
import scrollIntoView from 'scroll-into-view-if-needed';
|
import scrollIntoView from 'scroll-into-view-if-needed';
|
||||||
import initDefaultProps from '../_util/props-util/initDefaultProps';
|
import initDefaultProps from '../_util/props-util/initDefaultProps';
|
||||||
import { tuple, VueNode } from '../_util/type';
|
import { tuple, VueNode } from '../_util/type';
|
||||||
import { ColProps } from '../grid/col';
|
import { ColProps } from '../grid/Col';
|
||||||
import { InternalNamePath, NamePath, ValidateOptions } from './interface';
|
import { InternalNamePath, NamePath, ValidateOptions } from './interface';
|
||||||
|
|
||||||
export type ValidationRule = {
|
export type ValidationRule = {
|
||||||
|
|
|
@ -4,7 +4,7 @@ import PropTypes from '../_util/vue-types';
|
||||||
import classNames from '../_util/classNames';
|
import classNames from '../_util/classNames';
|
||||||
import { getTransitionProps, Transition } from '../_util/transition';
|
import { getTransitionProps, Transition } from '../_util/transition';
|
||||||
import Row from '../grid/Row';
|
import Row from '../grid/Row';
|
||||||
import Col from '../grid/Col';
|
import Col, { ColProps } from '../grid/Col';
|
||||||
import hasProp, {
|
import hasProp, {
|
||||||
findDOMNode,
|
findDOMNode,
|
||||||
getComponent,
|
getComponent,
|
||||||
|
@ -25,7 +25,6 @@ import { getNamePath } from './utils/valueUtil';
|
||||||
import { toArray } from './utils/typeUtil';
|
import { toArray } from './utils/typeUtil';
|
||||||
import { warning } from '../vc-util/warning';
|
import { warning } from '../vc-util/warning';
|
||||||
import find from 'lodash-es/find';
|
import find from 'lodash-es/find';
|
||||||
import { ColProps } from '../grid/col';
|
|
||||||
import { tuple, VueNode } from '../_util/type';
|
import { tuple, VueNode } from '../_util/type';
|
||||||
import { ValidateOptions } from './interface';
|
import { ValidateOptions } from './interface';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue