<BlogStaticArticleAuthor />

Intro

<BlogStaticArticleAuthor /> component is employed to render the author inside the article

Example

Usage

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

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

import BlogStaticArticleAuthor from '/components/global/Blog/Static/ArticleAuthor';
<template>
   <BlogStaticArticleAuthor />
</template>
// in the markdown file
:BlogStaticArticleAuthor
The props for this component are passed through the header of each article.
Table of Contents