bootstrap-vue / bootstrap-vue

BootstrapVue provides one of the most comprehensive implementations of Bootstrap v4 for Vue.js. With extensive and automated WAI-ARIA accessibility markup.

Home Page:https://bootstrap-vue.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TS support for @vue/compat usage with vue3/optionsApi

beckerin opened this issue · comments

Documentation issue

  • Reporting a typo
  • Reporting a documentation bug
  • Documentation improvement
  • Documentation feedback

Is there a specific documentation page you are reporting?

Enter the URL or documentation section here.

Additional context or description

This *.d.ts is not giving the right support to TypeScript when used with vue3/optionsApi.
Giving errors and not giving right structure functions path.

This example runs based on https://stackblitz.com/edit/bootstrap-vue-with-compat?file=main.js
This issues does not break the code ( it works besides errors on lint ) , is just a developer friendly support.
image
image