<BlogSlugCategory />

Intro

<BlogSlugCategory /> component is employed to render the articles based on the category selected by the user

Example

Usage

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

<BlogSlugCategory />

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

import BlogSlugCategory from '/components/global/Blog/Slug/Category';
<template>
   <BlogSlugCategory />
</template>
Table of Contents