mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-06 06:03:58 +00:00
8 lines
185 B
JavaScript
8 lines
185 B
JavaScript
import Vue from 'vue'
|
|
import Element from 'element-ui/lib/element-ui.common'
|
|
import locale from 'element-ui/lib/locale/lang/en'
|
|
|
|
export default () => {
|
|
Vue.use(Element, { locale })
|
|
}
|