This commit is contained in:
Administrator
2024-05-15 15:02:22 +08:00
parent cdd73ee632
commit cd919f8754
86 changed files with 17547 additions and 2 deletions

5
vue/babel.config.js Normal file
View File

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