wxsm

Results 17 comments of wxsm

same issue. ``` "typedoc": "^0.21.4", "typedoc-plugin-markdown": "^3.11.7", "typescript": "^4.1.5", ```

I also have to use web-vitals on chrome 70. which throws no error, but doesn't work at all (with or without polyfill). Looks like `supportedEntryTypes` is supported since chrome 73:...

Hi there. thank you for using this project! Currently there're no plans on Bootstrap 3->4 upgrading, Because there's already one exist: https://github.com/bootstrap-vue/bootstrap-vue. However, if you found some really good reasons...

@jleaders > I would add a link to this issue in the Readme.md I think it's good to have more discussions on this issue. PR is welcome. If more people...

```css body > .dropdown-menu { // ... } ``` this will work as expected I guess? but `dropdown-menu-class` still sounds reasonable.

It's totally fine. Note that if you're targeting Vue.js 2, please make PR to `1.x` branch, otherwise `dev` branch.

I am not a TS user, and have no idea on how to implement this. contributions are very welcome :smile:

> The problem is injecting the style assumes a DOM environment which will make the library SSR-incompatible. > > If you only have minimal css, the easiest way is to...

> > The problem is injecting the style assumes a DOM environment which will make the library SSR-incompatible. > > If you only have minimal css, the easiest way is...