文档里在哪里有提到引入组件的名字格式吗?找了半天没找到
为什么一定是
import {Table} ...
export default {
components:{ATable:Table}
}
<a-table></a-table>
人都傻了。。。这些写法都是百度找到的,文档没看到啊
1
w07128597 2020-11-25 11:19:53 +08:00
|
2
Hanser002 2020-11-25 11:22:58 +08:00
[![很多人就是不看文档]( https://s3.ax1x.com/2020/11/25/DU5urj.jpg)]( https://imgchr.com/i/DU5urj)
|
3
gzg1023 2020-11-25 11:23:19 +08:00
一般来说都是在 main 引入,然后子组件直接使用就可以了,不用在引入
如果你只是某个组件单独用,可以看这个清单 https://github.com/vueComponent/ant-design-vue/blob/master/components/index.js |