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 }