Skip to content

Commit 44311ae

Browse files
author
Kurt Medley
committed
Hyphonating event listeners
1 parent d4c5bc2 commit 44311ae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/filmstrip/examples/Lifestyle/Example.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
class="lifestyle-filmstrip"
44
:model="lifestyleModelData"
55
:adapter="LifestyleAdapter"
6-
@frameClick="onFrameClick"
6+
@frame-click="onFrameClick"
77
@arrow-click="onArrowClick"
88
@resize="onResize"
99
/>

src/components/filmstrip/examples/ProductRecommendation/Example.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
class="product-recommendation-filmstrip"
44
:model="ProductRecommendationModelData"
55
:adapter="ProductRecommendationAdapter"
6-
@frameClick="onFrameClick"
6+
@frame-click="onFrameClick"
77
@arrow-click="onArrowClick"
88
@aria-message="(msg) => console.log(msg)"
99
@scroll-navigate="onScrollNavigate"

0 commit comments

Comments
 (0)