安装完之后main里面
// The Vue build version to load with the `import` command// (runtime-only or standalone) has been set in webpack.base.conf with an alias.import Vue from 'vue'import App from './App'import router from './router'import Mint from 'mint-ui';
Vue.use(Mint);
Vue.config.productionTip = false/* eslint-disable no-new */new Vue({
el: '#app',
router,
components: { App },
template: '<App/>'})然后我用它组件的时候没用样式,样式难道要单独引用吗
BIG阳
天涯尽头无女友
随时随地看视频慕课网APP
相关分类