<BlogSidebarCategories />

Intro

<BlogSidebarCategories /> component is employed to render the categories of the articles on the sidebar.

Example

Usage

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

<BlogSidebarCategories />

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

import BlogSidebarCategories from '/components/global/Blog/Sidebar/Categories';
<template>
   <BlogSidebarCategories />
</template>
Table of Contents