Skip to content

Commit

Permalink
feat: deprecate bvn resolver (#759)
Browse files Browse the repository at this point in the history
  • Loading branch information
VividLemon committed Jun 1, 2024
1 parent 7c8ca46 commit 3e2c889
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/resolvers/bootstrap-vue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ export function BootstrapVueResolver(_options: BootstrapVueResolverOptions = {})
* Resolver for BootstrapVueNext
*
* @link https://github.com/bootstrap-vue/bootstrap-vue-next
*
* @deprecated use `import { BootstrapVueNextResolver } from 'bootstrap-vue-next'` instead
*/
export function BootstrapVueNextResolver(_options: BootstrapVueResolverOptions = {}): Array<ComponentResolver> {
const options = { directives: true, ..._options }
Expand Down

0 comments on commit 3e2c889

Please sign in to comment.