Dinitha ransidhu
Dinitha ransidhu

Reputation: 129

Vue devtools in firefox not detecting Vue 3 app

Hey guys i'm using Vue devtools in firefox browser. Vue devtools detecting perfectly on Vue 2.6.12 application. but it's not detecting on Vue 3.0.0 application.How can solve this problem. Thanks

Upvotes: 5

Views: 8884

Answers (2)

keizah7
keizah7

Reputation: 743

To install or update the beta version of the devtools, go to one of repository releases and download the xpi file (https://devtools.vuejs.org/guide/installation.html#beta)

Upvotes: 0

wittgenstein
wittgenstein

Reputation: 4510

There you can install the DevTools for Vue 3, just scroll to Beta

https://devtools.vuejs.org/guide/installation.html

Upvotes: 3

Related Questions