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