VUE_project/plugins/element.js

4 lines
91 B
JavaScript

import Vue from 'vue'
import { Button, Tag } from 'element-ui'
Vue.use(Button)
Vue.use(Tag)