We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4c5bc2 commit 44311aeCopy full SHA for 44311ae
2 files changed
src/components/filmstrip/examples/Lifestyle/Example.vue
@@ -3,7 +3,7 @@
3
class="lifestyle-filmstrip"
4
:model="lifestyleModelData"
5
:adapter="LifestyleAdapter"
6
- @frameClick="onFrameClick"
+ @frame-click="onFrameClick"
7
@arrow-click="onArrowClick"
8
@resize="onResize"
9
/>
src/components/filmstrip/examples/ProductRecommendation/Example.vue
class="product-recommendation-filmstrip"
:model="ProductRecommendationModelData"
:adapter="ProductRecommendationAdapter"
@aria-message="(msg) => console.log(msg)"
@scroll-navigate="onScrollNavigate"
0 commit comments