Guillaume Chau
                                            Guillaume Chau
                                        
                                    This is strange, [it doesn't embed anything](https://github.com/meteor-vue/vue-meteor/blob/master/packages/vue/package.js). It only check if you have vue and vue-meteor-tracker in your package.json, and if not install them for you. BTW this package is...
@antoinecsk How are you using bootstrap? I would recommend something like this (not using bootstrap myself though): ```javascript import 'bootstrap/dist/css/bootstrap.min.css' import 'bootstrap/dist/js/bootstrap.min.js' ```
Did you try `import BootstrapVue from 'bootstrap-vue/dist/bootstrap-vue.js'` and [setting up `.vueignore`](https://github.com/Akryum/vue-meteor/tree/master/packages/vue-component#ignore-files)?
Please provide a runnable reproduction, thanks!
Please provide a runnable reproduction, thanks.
I'm not experiencing this with v6.4.2, please provide a runnable reproduction.
We already have a working branch: https://github.com/vuejs/devtools/tree/manifest-v3 We are waiting for Firefox to support it (+ some testing) to make the switch.
Let's turn this into a more generic feature request!
My idea would be to have a UI to add filters to the component tree. Each filter could have an option to still display children in the parent tree node.
> Thanks for the library, it's great and a really fresh breeze compared to configuring, maintaining and working with storybook (as of sb 6.5). Thanks! 🤗