ant-design-vue組件的三種加載方式

完整引入 main.js中全局引入並註冊 import Antd from 'ant-design-vue' import 'ant-design-vue/dist/antd.css' Vue.use(Antd) 在頁面中再也不須要引入註冊組件,能夠直接使用全部的組件 <template> <div> <a-button type="primary">hello world</a-bu
相關文章
相關標籤/搜索