<BlogSlugTag />

Intro

<BlogSlugTag /> component is employed to render the articles based on the tag selected by the user

Example

Usage

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

<BlogSlugTag />

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

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