init
This commit is contained in:
commit
ca9d7f7fc3
11 changed files with 6947 additions and 0 deletions
5
babel.config.js
Normal file
5
babel.config.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
module.exports = {
|
||||
presets: [
|
||||
'@vue/app'
|
||||
]
|
||||
}
|
Reference in a new issue