<BlogSidebarLatestArticles />

Intro

<BlogSidebarLatestArticles /> component is employed to render the latest articles in the sidebar

Example

Usage

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

<BlogSidebarLatestArticles />

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

import BlogSidebarLatestArticles from '/components/global/Blog/Sidebar/LatestArticles';
<template>
   <BlogSidebarLatestArticles />
</template>
Table of Contents