Skip to content

Commit

Permalink
feat(plugin-vue): export vue query parse API (#1303)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Jan 3, 2021
1 parent 9d0a8e7 commit 56bcb0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/plugin-vue/src/index.ts
Expand Up @@ -31,6 +31,8 @@ declare module '@vue/compiler-sfc' {
}
}

export { parseVueRequest, VueQuery } from './utils/query'

export interface Options {
include?: string | RegExp | (string | RegExp)[]
exclude?: string | RegExp | (string | RegExp)[]
Expand Down

0 comments on commit 56bcb0c

Please sign in to comment.