diff --git a/components/pagination/Pagination.jsx b/components/pagination/Pagination.jsx index a4df55765..8029c3715 100644 --- a/components/pagination/Pagination.jsx +++ b/components/pagination/Pagination.jsx @@ -5,7 +5,10 @@ import LocaleReceiver from '../locale-provider/LocaleReceiver'; import { getOptionProps, getListeners } from '../_util/props-util'; import VcPagination from '../vc-pagination'; import enUS from '../vc-pagination/locale/en_US'; -import Icon from '../icon'; +import LeftOutlined from '@ant-design/icons-vue/LeftOutlined'; +import RightOutlined from '@ant-design/icons-vue/RightOutlined'; +import DoubleLeftOutlined from '@ant-design/icons-vue/DoubleLeftOutlined'; +import DoubleRightOutlined from '@ant-design/icons-vue/DoubleRightOutlined'; import { ConfigConsumerProps } from '../config-provider'; export const PaginationProps = () => ({ @@ -53,19 +56,19 @@ export default { getIconsProps(prefixCls) { const prevIcon = ( - + ); const nextIcon = ( - + ); const jumpPrevIcon = ( {/* You can use transition effects in the container :) */}
- + •••
@@ -74,7 +77,7 @@ export default { {/* You can use transition effects in the container :) */}
- + •••