Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nyinyi-pipe committed May 20, 2023
1 parent 2118d48 commit a07506f
Show file tree
Hide file tree
Showing 5 changed files with 563 additions and 50 deletions.
9 changes: 7 additions & 2 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
// module.exports = {
// presets: [
// '@vue/cli-plugin-babel/preset'
// ]
// }
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
plugins: [
'@babel/plugin-proposal-private-methods'
]
}
Loading

0 comments on commit a07506f

Please sign in to comment.