8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c8ca46 commit 3e2c889Copy full SHA for 3e2c889
src/core/resolvers/bootstrap-vue.ts
@@ -90,6 +90,8 @@ export function BootstrapVueResolver(_options: BootstrapVueResolverOptions = {})
90
* Resolver for BootstrapVueNext
91
*
92
* @link https://github.com/bootstrap-vue/bootstrap-vue-next
93
+ *
94
+ * @deprecated use `import { BootstrapVueNextResolver } from 'bootstrap-vue-next'` instead
95
*/
96
export function BootstrapVueNextResolver(_options: BootstrapVueResolverOptions = {}): Array<ComponentResolver> {
97
const options = { directives: true, ..._options }
0 commit comments