<BlogStaticItemsCategories />

Intro

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

Example

Usage

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

<BlogStaticItemsCategories />

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

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