Issayah

Results 313 comments of Issayah

The issue is that nuxt is by default server side rendered. This means that when the application starts out, it is on the server -- where "document" does not exist....

You should create a codepen > My code for importing BootstrapVue3 is the same exact as @amery, and results in the same error. > > @xvaara Thank you for you...

> @VividLemon would it be possible to have a maintained `ssr` branch here, same as `main` but using @xvaara's bootstrap fork? `@nuxt/kit` dependencies is needed too. > > ```diff >...

https://github.com/cdmoro/bootstrap-vue-3/projects/5 Collapse is probably the easiest to start with. Though, in Vue's `` component, it is difficult to have a class remain active after a transition has finished. Something Bootstrap...

I'm going to close out this issue. I get that it's a test PR, but at this point there has been many library changes that render the test incompatible, and...

Should be completed, though documentation may still be lacking in some areas.

> > Instead to add a dedicated component, I would suggest to add a boolean prop lazy to b-img and leverage the loading="lazy" HTML attribute [natively supported by most browsers](https://caniuse.com/loading-lazy-attr)....

Despite the notion that they simply "look better", it's actually not supposed to be happening. From what I've noticed is that both append/prepend contain a wrapper div which negates the...

@devhus You seem to know quite a bit about css. Is there a way to have the above css class affect deeply nested items? psuedo it looks like this ```html...

![image](https://user-images.githubusercontent.com/31498096/192039285-442408b3-50ba-4d29-a8a7-cd2068d7f265.png) The corners on the left side of this button should not be rounded. They should be flush with the input element. It's not very noticeable with one button, but...