Skip to content

Commit 3e73934

Browse files
committed
Integrated new feature to the demo.
1 parent a588e8f commit 3e73934

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

demo/App.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
<div>
4949
<table class="table is-striped">
5050
<thead>
51-
<tr v-ripple>
52-
<th>One</th>
53-
<th>Two</th>
51+
<tr>
52+
<th v-ripple.dblclick>One <small>(Double Click)</small></th>
53+
<th v-ripple.mouseover>Two <small>(MouseOver)</small></th>
5454
</tr>
5555
</thead>
5656
<tbody>
@@ -62,8 +62,8 @@
6262
</table>
6363
</div>
6464
<div>
65-
<div v-ripple="'rgba(255, 255, 255, 0.35)'" class="button is-primary" style="margin: .5rem">This is a button</div>
66-
<a v-ripple="'rgba(230, 68, 3, 0.71)'" class="button is-success is-outlined" style="text-decoration: none; margin: .5rem">This is an Outlined</a>
65+
<div v-ripple.mouseover="'rgba(255, 255, 255, 0.35)'" class="button is-primary" style="margin: .5rem">MouseOver</div>
66+
<a v-ripple.mouseout="'rgba(230, 68, 3, 0.71)'" class="button is-success is-outlined" style="text-decoration: none; margin: .5rem">MouseOut</a>
6767
</div>
6868
<div>
6969
<span v-ripple="'rgba(99, 249, 8, 0.71)'" class="tag is-info pointer">Info</span>

0 commit comments

Comments
 (0)