安装好组件库后,在需要使用的地方引入组件和样式
例如:
// main.js import mistui from 'mist-ui'; import 'mist-ui/lib/theme-chalk/index.css'; Vue.use(mistui);
← 介绍 按需引入 →