Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

v-on shorthand

<!-- full syntax -->
<a v-on:click="doSomething"> ... </a>

<!-- shorthand -->
<a @click="doSomething"> ... </a>

<!-- shorthand with dynamic argument (2.6.0+) -->
<a @[event]="doSomething"> ... </a>
Comment

PREVIOUS NEXT
Code Example
Javascript :: multiple class to same click jquery 
Javascript :: methods javascript 
Javascript :: how to use post method in react 
Javascript :: how to use javascript to hide content and show through link 
Javascript :: error first line of nextjs file 
Javascript :: find match in array object js 
Javascript :: process nexttick 
Javascript :: access to nested properties on javascript using property names 
Javascript :: how to export default class in javascript 
Javascript :: Example Of LinkedList In JavaScript 
Javascript :: How to replace an array vue.js 
Javascript :: add icon to angular 
Javascript :: js random number array 
Javascript :: drag drop in blazor 
Javascript :: js download 
Javascript :: stykesheet create 
Javascript :: how to use youtube api javascript 
Javascript :: round down javascript 
Javascript :: node express dynamic route and error handler 
Javascript :: datepicker toltip 
Javascript :: crdit card input format 
Javascript :: useDebounce 
Javascript :: JavaScript do...while Loop 
Javascript :: switch case statement in javascript 
Javascript :: videojs videoJsResolutionSwitcher youtube 
Javascript :: react native azure 
Javascript :: get user location javascript 
Javascript :: Highest and Lowest 
Javascript :: this.jsObject.functions is not a function 
Javascript :: redirect with data jquery 
ADD CONTENT
Topic
Content
Source link
Name
9+5 =