N
N
nooclik2021-06-09 10:44:34
Vue.js
nooclik, 2021-06-09 10:44:34

Why is the text not being entered?

Good afternoon, someone may have encountered such an incomprehensible problem, a vue instance has been created

var app= new Vue({
    el: '#app',
})

On the page
<div id="app">
<input type="text">
</div>

It simply does not allow you to enter values ​​into inputs, you put the cursor, you start typing text, it loses focus and everything, what kind of strange behavior?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Aetae, 2021-06-10
@Aetae

If this is all code, vue has nothing to do with it. Some other garbage on the page is to blame. Or some extension of your browser. Or do you hit the touchpad while typing...)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question