the latest vue scaffolding, vue-cli3 failed to introduce mint-ui completely according to the tutorial on the official website of mint-ui.
import Vue from "vue"
import MintUI from "mint-ui"
import "mint-ui/lib/style.css"
import App from "./App.vue"
Vue.use(MintUI)
new Vue({
el: "-sharpapp",
components: { App }
})
want to know how the latest vue-cli3 introduces mint-ui, for help. -sharp-sharp-sharp problem description
the environmental background of the problems and what methods you have tried
related codes
/ / Please paste the code text below (do not replace the code with pictures)