s2e21 js in code
This commit is contained in:
parent
36264891e2
commit
36812b72c4
@ -8,6 +8,7 @@
|
||||
<body>
|
||||
<div id='app'>
|
||||
<button @click="increase(2, $event)">Click Me</button>
|
||||
<button @click="counter++">Click Me</button>
|
||||
<p>{{ counter }}</p>
|
||||
<p v-on:mousemove="updateCoordinates">Coordinates {{x}}, {{y}}
|
||||
<span v-on:mousemove.stop.prevent=""> DEAD SPOT</span>
|
||||
|
Loading…
Reference in New Issue
Block a user