Guillaume Chau
Guillaume Chau
The flag is now `__VUE_PROD_DEVTOOLS__`
This only applies to Vue 3.
Could you provide a runnable reproduction? Thanks!
Looks like it's an issue with the component compiler. The devtools uses a development-only property `__file` added to component definitions when the component is processed.
Do you have the `__file` property on the component options? Try selecting the component then executing `$vm.type` in the browser console.
@Kostra0ne If the file name is not provided by Vue then the devtools can't guess it :D Looks like it's an issue in core that doesn't expose the file name...
I'm considering adding the devtools to more browsers after 6.0 is released.
Hi! You can also help with either adding packages to https://awesomejs.dev/ or contributing to https://github.com/Akryum/awesomejs.dev (which replaces vue-curated).
> _However_, I'd like to point out that of the three main categories in this list, [Resources](https://github.com/vuejs/awesome-vue/#resources), [Projects Using Vue.js](https://github.com/vuejs/awesome-vue/#projects-using-vuejs), and [Components & Libraries](https://github.com/vuejs/awesome-vue/#components--libraries), AwesomeJS only covers the latter. And...
Can you notice an improvement with v6.3.0?