Vue使用记录

AntDesign vue按需引入组件时:

import { Tree } from 'ant-design-vue'
  components: {
    ATree: Tree
  }

注意使用ATree是应为AntDesign使用了a-tree

原文地址:https://www.cnblogs.com/InternetJava/p/14350230.html