mirror of
https://github.com/creativetimofficial/muse-vue-ant-design-dashboard.git
synced 2025-08-15 19:16:33 +08:00
5 lines
75 B
JavaScript
5 lines
75 B
JavaScript
import Vue from 'vue'
|
|
import Antd from 'ant-design-vue/lib'
|
|
|
|
Vue.use(Antd)
|