From 3e2c889b07fe9e35cac6b7403bbd9434af261a7c Mon Sep 17 00:00:00 2001 From: Issayah Date: Sat, 1 Jun 2024 02:07:11 -0500 Subject: [PATCH] feat: deprecate bvn resolver (#759) --- src/core/resolvers/bootstrap-vue.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/core/resolvers/bootstrap-vue.ts b/src/core/resolvers/bootstrap-vue.ts index 240e1ea1..2c61432c 100644 --- a/src/core/resolvers/bootstrap-vue.ts +++ b/src/core/resolvers/bootstrap-vue.ts @@ -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 { const options = { directives: true, ..._options }