-
What problem does this feature solve?Hi, I see that we can add plugins to vue devtools, but there is no listing of all available plugins (a bit like vscode). Could we see this in a near future ? Otherwise the incentive to create a new plugin is not enough. What does the proposed API look like?In the vue devtool, instead of telling us how to create a plugin, tell us where to find them on a marketplace and install them easily |
Beta Was this translation helpful? Give feedback.
Answered by
Akryum
Jul 6, 2022
Replies: 1 comment
-
Vue devtools plugins are embedded in Vue plugins, such as |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Mikaleb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Vue devtools plugins are embedded in Vue plugins, such as
vue-router
,pinia
...