Skip to content

Commit 3e2c889

Browse files
authored
feat: deprecate bvn resolver (#759)
1 parent 7c8ca46 commit 3e2c889

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/core/resolvers/bootstrap-vue.ts

+2
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ export function BootstrapVueResolver(_options: BootstrapVueResolverOptions = {})
9090
* Resolver for BootstrapVueNext
9191
*
9292
* @link https://github.com/bootstrap-vue/bootstrap-vue-next
93+
*
94+
* @deprecated use `import { BootstrapVueNextResolver } from 'bootstrap-vue-next'` instead
9395
*/
9496
export function BootstrapVueNextResolver(_options: BootstrapVueResolverOptions = {}): Array<ComponentResolver> {
9597
const options = { directives: true, ..._options }

0 commit comments

Comments
 (0)