first commit

This commit is contained in:
lihansani
2026-07-13 13:39:10 +08:00
commit 5bbf1f5c78
391 changed files with 169766 additions and 0 deletions

5
babel.config.js Normal file
View File

@@ -0,0 +1,5 @@
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
]
}