Vue-next: Devtools does not recognize Vue 3 apps

Created on 7 Jul 2020  路  2Comments  路  Source: vuejs/vue-next

Version

3.0.0-beta.19

Reproduction link

https://github.com/Maronato/vue-3-devtools-repro

Steps to reproduce

  • Create a new vue-cli app with default settings (vue create app)
  • Serve the app (yarn serve)
  • Devtools works fine
  • Add vue 3 (vue add vue-next)
  • Serve the app (yarn serve)
  • Devtools does not recognize the app

What is expected?

Devtools should recognize vue 3 apps

What is actually happening?

Devtools does not recognize vue 3 apps


This also happens with vite, so it is likely not caused by vue-cli

Most helpful comment

Devtool is not ready for Vue 3 yet: https://github.com/vuejs/vue-next#other-projects

We are working on it though and should have a Vue 3 compatible version soon.

All 2 comments

Devtool is not ready for Vue 3 yet: https://github.com/vuejs/vue-next#other-projects

We are working on it though and should have a Vue 3 compatible version soon.

@yyx990803

image

but

image

will it is added in the official version?

Was this page helpful?
0 / 5 - 0 ratings