<BlogSidebarTags />

Intro

<BlogSidebarTags /> component is employed to render all the tags of the articles in the sidebar

Example

Usage

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

<BlogSidebarTags />

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

import BlogSidebarTags from '/components/global/Blog/Sidebar/Tags';
<template>
   <BlogSidebarTags />
</template>
Table of Contents