fix: apply ESLint rule vue/component-tags-order

This commit is contained in:
iamsivin
2024-07-25 19:33:28 +05:30
parent fede03ebe8
commit 0008fca511
544 changed files with 21263 additions and 21256 deletions
@@ -1,12 +1,3 @@
<template>
<category-card
:title="$t('PORTAL.POPULAR_ARTICLES')"
:articles="articles.slice(0, 6)"
@view-all="$emit('view-all')"
@view="onArticleClick"
/>
</template>
<script>
import CategoryCard from './ArticleCategoryCard.vue';
export default {
@@ -29,4 +20,13 @@ export default {
};
</script>
<template>
<category-card
:title="$t('PORTAL.POPULAR_ARTICLES')"
:articles="articles.slice(0, 6)"
@view-all="$emit('view-all')"
@view="onArticleClick"
/>
</template>
<style></style>