Issayah
Issayah
From my testing, it appears that the menu inside the navbar is not able to go right, because it doesn't have enough space... I've noticed that it modifies the space...
I still imagine that it has to do with Bootstrap, and I believe it's related to their methods to find elements in the DOM. It's odd that SSR false won't...
Did I test that it's a Bootstrap issue, or that it's our issue?
On second look, my answer is incorrect. This problem is the result of an improper nuxt config file on our end. Since Nuxt isn't fully supported, I'm not going to...
> @VividLemon [Installation - Nuxt.js 3](https://cdmoro.github.io/bootstrap-vue-3/getting-started/#installation-nuxt-js-3) only installs components, no directives. Calling `app.use(BootstrapVue3)` raises #388. Because `module` refers to `src` and `app.use()` refers to `dist`. I'm aware, it is what...
> Hello. i've got this problem without nuxt. It comes from the directives import name, first uppercase letter is no longer accepted with To solve this problem, you have to...
I have been trying to write something that is impartial. But it's best to keep things internally handled by Vue. One of the biggest issues between incorporating a JS script...
> Just another perspective: There might be a valid UX-Unit-Test in the future to just these corner-cases (Escape, Aria, Back key (?)). Due to the teleport in BModal, I was...
> Having UUID seems a bit of overkill for me This is BV3's implementation: ```ts /** * @param suffix * @returns */ export default (suffix = ''): string => `__BVID__${Math.random().toString().slice(2,...
> @VividLemon this is an approach I would like to avoid - it will generate totally new IDs on each run :) Seems like it would be desirable to avoid...