<BlogStaticItemsTags />

Intro

<BlogStaticItemsTags /> component is employed to show the categories added in the article

Example

Usage

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

<BlogStaticItemsTags />

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

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