UNPKG

@vuex-orm/plugin-search

Version:

Vuex ORM plugin for adding fuzzy search feature through model entities.

6 lines (5 loc) 124 B
import { Query } from '@vuex-orm/core'; export interface Components { Query: typeof Query; } export default Components;