cool-admin-vue/babel.config.js
2021-02-28 01:55:04 +08:00

14 lines
181 B
JavaScript

module.exports = {
presets: ["@vue/app"],
plugins: [
["jsx-v-model"],
[
"component",
{
libraryName: "element-ui",
styleLibraryName: "theme-chalk"
}
]
]
};