Answer the question
In order to leave comments, you need to log in
Why is the Vue @mouseover event not firing?
You need to hang an event handler on hovering over an element, but for some reason @mouseover does not work. But if you write purely js onmouseover="console.log('1')" then it works. Where is the mistake?
<Layout
v-for="(residential, index) in filtredRC.slice(0, lazyResidentials)"
:key="index"
:price="residential.price_min"
:name="residential.title"
@click="handlerLayout(index, residential.id)"
onmouseover="console.log('1')"
></Layout>
Answer the question
In order to leave comments, you need to log in
well, because for the event you need to specify the @ symbol at the beginning, like for a click
Two conditions are triggered when the screen is resizedcan not be
Literally every pixel triggers a condition.What language is this? What pixels and how do you work. What is it????
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question