Skip to content

Commit f1043aa

Browse files
committed
fix #3 npm audit bug: vue-pdf version
1 parent 06924dd commit f1043aa

File tree

7 files changed

+427
-2598
lines changed

7 files changed

+427
-2598
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/.vscode/*
2+
3+
/thchat-ui/node_modules/*

thchat-ui/babel.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
module.exports = {
22
presets: [
33
'@vue/cli-plugin-babel/preset'
4+
],
5+
plugins: [
6+
'@babel/plugin-transform-class-static-block',
7+
'@babel/plugin-transform-private-methods'
48
]
59
}

0 commit comments

Comments
 (0)