check
This commit is contained in:
parent
40048562b8
commit
3fa3e1b515
|
@ -20,10 +20,5 @@ Vue.component('Copybox',{
|
||||||
})
|
})
|
||||||
|
|
||||||
let vm = new Vue({
|
let vm = new Vue({
|
||||||
el: '#root',
|
|
||||||
data: {
|
|
||||||
url: '',
|
|
||||||
lang: '',
|
|
||||||
output: ''
|
|
||||||
}
|
|
||||||
}).$mount('#root')
|
}).$mount('#root')
|
Loading…
Reference in New Issue