vue2 design 手记

Ant Design of Vue github地址:https://github.com/vueComponent/ant-design-vue

Ant Design of Vue文档:https://vue.ant.design/docs/vue/introduce/

Ant Design of Vue组件文档:https://vue.ant.design/components/pagination-cn/

 

附:

图形化组件:https://antv.alipay.com/zh-cn/g2/3.x/index.html

antd暗黑模式:https://github.com/ant-design/ant-design-dark-theme

 

基于ant-design-vue的后台管理

github地址:https://github.com/sendya/ant-design-pro-vue

文档:https://pro.loacg.com/docs/getting-started

 

异常处理

1.Invalid prop: custom validator check failed for prop "pagination" <Table> vue.runtime.esm

 

原因:返回数据中没有包括分页的属性

解决:自定义分页属性

 

或者在外面传入相应模型

 

 

 

vue 全局方法(单个和多个方法)

https://www.cnblogs.com/linjiangxian/p/11457517.html

 

报key的问题,设置

rowKey="id"
posted @ 2019-07-12 16:51  程序生(Codey)  阅读(485)  评论(0编辑  收藏  举报