Skip to content

Commit 3d01902

Browse files
committed
Upgrade vue-template-compiler
1 parent e3e2a75 commit 3d01902

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929
"@vue/cli-service": "^5.0.8",
3030
"@vue/eslint-config-airbnb": "^6.0.0",
3131
"@vue/test-utils": "^1.0.3",
32+
"@vue/vue2-jest": "^27.0.0-alpha.3",
3233
"eslint": "^7.32.0",
3334
"eslint-plugin-import": "^2.25.3",
3435
"eslint-plugin-vue": "^8.0.3",
3536
"eslint-plugin-vuejs-accessibility": "^1.1.0",
36-
"vue-template-compiler": "^2.6.11",
3737
"jest": "^27.1.0",
38-
"@vue/vue2-jest": "^27.0.0-alpha.3"
38+
"vue-template-compiler": "^2.7.8"
3939
},
4040
"homepage": "https://alfg.github.io/ffmpeg-commander"
4141
}

src/components/FileIO.vue

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

0 commit comments

Comments
 (0)