StarGazer

This commit is contained in:
huanqing.shao
2019-08-20 16:40:26 +08:00
parent a4d1ead276
commit 53f42cccb9
4 changed files with 166 additions and 7 deletions

12
.babelrc Normal file
View File

@ -0,0 +1,12 @@
{
"presets": [["es2015", { "modules": false }]],
"plugins": [
[
"component",
{
"libraryName": "element-ui",
"styleLibraryName": "theme-chalk"
}
]
]
}