徐总多门店
jiuhaoshenghuo/后台管理/admin_dHBzn/babel.config.js

17 lines
300 B

5 months ago
module.exports = {
presets: [
['@vue/app',{
useBuiltIns: 'entry'
}]
],
"plugins": [
[
"component",
{
"libraryName": "element-ui",
"styleLibraryName": "theme-chalk"
}
]
]
}