use the babel-plugin-component
component to introduce two sets of UI on demand ( mint-ui
and element-ui
), Anzhao official , which I wrote in the .babelrc
file as follows:
import "~/style/pc/elementVariables.scss"
import {
Row,
Button,
Icon
} from "element-ui"
export default {
install (V) {
V.use(Icon)
V.use(Row)
V.use(Button)
}
}
are there any children"s shoes with the same problem? If there is any solution, you are welcome to discuss it. PS: introduces mint-ui
and element-ui