Fixed the example code to match description
parent
e4c3bbab76
commit
71e4d956a8
|
@ -81,7 +81,7 @@
|
||||||
|
|
||||||
<p>On the other hand, a fancy css based button using a div has no keyboard or screen reader support.</p>
|
<p>On the other hand, a fancy css based button using a div has no keyboard or screen reader support.</p>
|
||||||
<pre v-code.script><code>
|
<pre v-code.script><code>
|
||||||
<button class="fancy-button" @click="onButtonClick(event)">Click</button>
|
<div class="fancy-button" @click="onButtonClick(event)">Click</div>
|
||||||
|
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue