12345678910111213141516171819202122 |
- /*
- * @Author: your name
- * @Date: 2021-10-21 10:00:21
- * @LastEditTime: 2021-10-25 15:47:00
- * @LastEditors: Please set LastEditors
- * @Description: In User Settings Edit
- * @FilePath: \hyyfScreen\babel.config.js
- */
- module.exports = {
- presets: [
- '@vue/cli-plugin-babel/preset'
- ],
- plugins: [
- [
- "component",
- {
- "libraryName": "element-ui",
- "styleLibraryName": "theme-chalk"
- }
- ]
- ]
- }
|