-
![image](https://user-images.githubusercontent.com/14859466/115963100-df76be80-a550-11eb-8076-eb150b5c8822.png)
![image](https://user-images.githubusercontent.com/14859466/115963344-7d6a8900-a551-11e…
-
I tried to integrate Ara Framework with Typescript and VueJs. My project comes with my own external library.
Here is my webpack config :
```javascript
const path = require('path');
const VueLoad…
-
Hi all,
Thanks for this amazing plugin, is great...
I'm very new in programming, even more in Vue, i'm developing one application using Laravel, VueJS with BootStrapVue and your plugin, when i p…
-
## Version
2.0.0
## Steps to reproduce
- Using https://github.com/vuejs-templates/webpack
- Testing single file component using Jest which uses the v-icon component like:
```
```
- Ru…
ghost updated
10 months ago
-
### Describe the bug
Different from BootstrapVue 2 and [the documentation](https://bootstrap-vue-next.github.io/bootstrap-vue-next/docs/directives/BTooltip#delay), the default value for the `delay` …
-
When my component is using a global function that should exist at the root level of the app (for example - `$t('my-text')`), the preview doesn't work.
**Describe the solution you'd like**
A clear …
-
I've been implementing vue3-gettext in my application, and I've noticed that the `$gettext` calls in templates themselves, while they resolve correctly within Vue, are being treated by the JetBrains I…
-
### Clear and concise description of the problem
Currently, the distribution bundles external packages into the exported `bootstrap-vue-next.mjs` module (specifically, _vueuse_ and _@floatingui_). On…
-
### Describe the bug
On many tests I receive this console log warning:
[BootstrapVue warn]: tooltip - The provided target is no valid HTML element.
I don't use the Tooltip component, but the To…
-
I upgrading my Vue 2 project to Vue 3 (BootstrapVue with @vue/compat). I cannot bind data correctly when using "b-form-tags". I setup a [Demo](https://stackblitz.com/edit/bootstrap-vue-with-compat-k…