import Vue from 'vue' import { // 添加你需要的其他组件 Tree, Drawer } from 'element-ui' Vue.use(Tree) Vue.use(Drawer)