<BlogSidebarAuthors />

Intro

<BlogSidebarAuthors /> component is employed to render authors of the articles in the sidebar

Example

Usage

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

<BlogSidebarAuthors />

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

import BlogSidebarAuthors from '/components/global/Blog/Sidebar/Authors';
<template>
   <BlogSidebarAuthors />
</template>
Table of Contents