This commit is contained in:
2024-01-10 18:49:07 +11:00
parent eb242ae4af
commit bfee31c0db
29 changed files with 83 additions and 235 deletions

5
babel.config.js Normal file
View File

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