This commit is contained in:
edbrz9 2022-12-29 15:24:20 +01:00
parent d42016b0af
commit 88175a1b6f
1 changed files with 0 additions and 5 deletions

View File

@ -26,9 +26,4 @@ let vm = new Vue({
lang: '', lang: '',
output: '' output: ''
}, },
component: {
check() {
return "check"
}
}
}).$mount('#root') }).$mount('#root')