SDV_VirtualKeyboard_ConfigE.../babel.config.js

14 lines
220 B
JavaScript
Raw Normal View History

2020-10-27 11:20:36 +08:00
module.exports = {
"presets": [
"@vue/cli-plugin-babel/preset"
],
"plugins": [
[
"component",
{
"libraryName": "element-ui",
"styleLibraryName": "theme-chalk"
}
]
]
}