antd vue Unknown custom element: <a-pagination> - did you register the component correctly
antd vue Unknown custom element: <a-pagination> - did you register the component correctly
解决方法:core/lazy_lib/components_use.js 引入注册
import { Pagination } from 'ant-design-vue' Vue.use(Pagination)