let vm = new Vue({
el: '#root',
data: {
url: '',
lang: '',
output: ''
},
methods: {
check() {
return "check"
}
}).$mount('#root')