- Full-Stack Vue.js 2 and Laravel 5
- Anthony Gore
- 44字
- 2021-07-02 19:57:19
Arguments
Some directives take anargument, denoted by a colon after the directive name. For example, thev-ondirective, which listens to DOM events, requires an argument to specify which event should be listened to:
<a v-on:click="doSomething">
Instead ofclick, the argument could bemouseenter,keypress,scroll,or any other event (including custom events).
推薦閱讀
- C#高級編程(第10版) C# 6 & .NET Core 1.0 (.NET開發經典名著)
- What's New in TensorFlow 2.0
- MongoDB for Java Developers
- Apache Karaf Cookbook
- Linux環境編程:從應用到內核
- JavaScript by Example
- Visual C++應用開發
- Web程序設計(第二版)
- HTML5入門經典
- Android應用案例開發大全(第二版)
- C#開發案例精粹
- Mastering Linux Security and Hardening
- SciPy Recipes
- OpenCV 3計算機視覺:Python語言實現(原書第2版)
- 高性能PHP 7