Element.js 166 B

123456
  1. import Vue from 'vue'
  2. import { Tree, Radio, Checkbox } from 'element-ui'
  3. import 'element-ui/lib/theme-chalk/index.css';
  4. Vue.use(Tree)
  5. Vue.use(Radio)
  6. Vue.use(Checkbox)