From d763cf3eb96fcf740026c19bde380a3d92f7778e Mon Sep 17 00:00:00 2001 From: Anthony Lee Date: Fri, 15 Sep 2017 14:59:27 -0500 Subject: [PATCH] Add shortcuts to Vue.js Note: You can use: - @click instead v-on:click - :href instead v-bind:href --- vuejs/shortcuts.html | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 vuejs/shortcuts.html diff --git a/vuejs/shortcuts.html b/vuejs/shortcuts.html new file mode 100644 index 0000000..cd1aa0c --- /dev/null +++ b/vuejs/shortcuts.html @@ -0,0 +1,41 @@ + + + + + + Listening to Events + + + + + + +
+
+
+
+
+ +
+ Link +
+
+
+
+
+ + + +