2017-11-06 03:16:23 +00:00
|
|
|
module.exports = {
|
|
|
|
/*
|
|
|
|
** Global CSS
|
|
|
|
*/
|
|
|
|
css: [
|
2018-02-28 03:11:15 +00:00
|
|
|
'element-ui/lib/theme-chalk/index.css'
|
2017-11-06 03:16:23 +00:00
|
|
|
],
|
|
|
|
|
|
|
|
/*
|
|
|
|
** Add element-ui in our app, see plugins/element-ui.js file
|
|
|
|
*/
|
|
|
|
plugins: [
|
|
|
|
'@/plugins/element-ui'
|
|
|
|
]
|
|
|
|
}
|