vue 之 引入elementUI(两步走)

1.npm 引入elementUI

npm i element-ui -S

2.在main.js文件中全局引入

import ElementUI from 'element-ui'
import 'element-ui/lib/theme-chalk/index.css';
Vue.use(ElementUI)

猜你喜欢

转载自www.cnblogs.com/yangwenbo/p/10286940.html
今日推荐