첫커밋

This commit is contained in:
2023-09-04 13:23:09 +09:00
parent 23c591bbe5
commit 102ca997b6
249 changed files with 24682 additions and 0 deletions

14
babel.config.js Normal file
View File

@@ -0,0 +1,14 @@
module.exports = {
"presets": [
"@vue/app"
],
"plugins": [
[
"component",
{
"libraryName": "element-ui",
"styleLibraryName": "theme-chalk"
}
]
]
}