mirror of
https://github.com/eyebluecn/tank-front
synced 2024-04-21 12:31:55 +00:00
15 lines
198 B
JavaScript
15 lines
198 B
JavaScript
module.exports = {
|
|
presets: [
|
|
'@vue/app',
|
|
],
|
|
plugins: [
|
|
[
|
|
"component",
|
|
{
|
|
"libraryName": "element-ui",
|
|
"styleLibraryName": "theme-chalk"
|
|
}
|
|
]
|
|
]
|
|
}
|