<BlogBaseSearch />

Intro

<BlogBaseSearch /> component users can quickly locate desired content, enhancing the overall usability and efficiency of the interface.

Example

Usage

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

<BlogBaseSearch />

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

import BlogBaseSearch from '/components/global/Blog/Base/Search';
<template>
   <BlogBaseSearch
      @action="search"
   />
</template>
Table of Contents