dashboard
repositories
filestore
activity
search
login
dg
/
dabao_pc
大宝pc端代码
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
1
PC-20250623MANY\Administrator
2025-09-23
01d33e0271209b14ed364ccdb5d6ed0270a906af
[dg/dabao_pc.git]
/
babel.config.js
1
2
3
4
5
6
7
8
9
10
11
12
module.exports = {
presets: ["@vue/cli-plugin-babel/preset"],
plugins: [
[
"component",
{
libraryName: "element-ui",
styleLibraryName: "theme-chalk",
},
],
],
};