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