<BlogStaticAllArticles />

Intro

<BlogStaticAllArticles /> component is employed to render all the articles

Example

Usage

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

<BlogStaticAllArticles />

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

import BlogStaticAllArticles from '/components/global/Blog/Static/AllArticles';
<template>
   <BlogStaticAllArticles limit="3" />
</template>
Table of Contents