mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2024-11-01 14:10:27 +08:00
14 lines
181 B
JavaScript
14 lines
181 B
JavaScript
module.exports = {
|
|
presets: ["@vue/app"],
|
|
plugins: [
|
|
["jsx-v-model"],
|
|
[
|
|
"component",
|
|
{
|
|
libraryName: "element-ui",
|
|
styleLibraryName: "theme-chalk"
|
|
}
|
|
]
|
|
]
|
|
};
|