fix: apply ESLint rule vue/custom-event-name-casing
This commit is contained in:
@@ -24,7 +24,7 @@ export default {
|
||||
<CategoryCard
|
||||
:title="$t('PORTAL.POPULAR_ARTICLES')"
|
||||
:articles="articles.slice(0, 6)"
|
||||
@view-all="$emit('view-all')"
|
||||
@viewAll="$emit('viewAll')"
|
||||
@view="onArticleClick"
|
||||
/>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user