<BlogDynamicArticlesList />

Intro

<BlogDynamicArticlesList /> component is employed to render a list of articles depending of the parameters(tags and categories)

<BlogDynamicArticlesList/> component is a child of BlogDynamicListView

Example

Usage

To use the component, simply add it to your template:

<BlogDynamicArticlesList />

The component is located in the @/components/global/Blog/Dynamic/ArticlesList directory. To use the component, import it into your file:

import BlogDynamicArticlesList from '/components/global/Blog/Dynamic/ArticlesList';
<template>
   <BlogDynamicArticlesList :item="item" :type="categories" :amount="amount" />
</template>
Table of Contents