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)

  

 

posted @ 2022-05-20 16:29  86727515  阅读(1229)  评论(0编辑  收藏  举报