Skip to content

Commit d80927a

Browse files
committed
chore: npm audit fix
1 parent 89d655c commit d80927a

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/FileIO.vue

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,6 @@ export default {
100100
onClose() {
101101
this.showFileBrowser = false;
102102
},
103-
// addInput() {
104-
// this.inputs += 1;
105-
// },
106-
// removeInput() {
107-
// this.inputs -= 1;
108-
// },
109103
},
110104
};
111105
</script>

0 commit comments

Comments
 (0)