<BlogStaticArticleCoverImage />

Intro

<BlogStaticArticleCoverImage /> component is employed to render an image in the article

Example

Usage

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

<BlogStaticArticleCoverImage />

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

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