<BlogBaseTag />

Intro

<BlogBaseTag /> component is employed to convey additional information, attributes, or topics associated with specific elements. They contribute to organizing and filtering content, making it easier for users to identify and navigate through relevant information.

Example

Usage

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

<BlogBaseTag />

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

import BlogBaseTag from '/components/global/Blog/Base/Tag';
<template>
   <BlogBaseTag>
       <Slot />
   </BlogBaseTag>
</template>
Table of Contents