johannschopplich / kirby-vue3-starterkit

✨ Kirby + Vue SPA starter: automatic routing, i18n, SEO and more!
MIT License
206 stars 19 forks source link

Vue.js devtools #38

Closed fleshgordo closed 2 years ago

fleshgordo commented 2 years ago

I wonder if you need to setup something specific in order to have the vue.js devtools up and running. The plugin I am usually using, doesn't indicate that the page uses vue.js unfortunately and the vuejs tab doesn't show up in the web inspector. Any hints?

johannschopplich commented 2 years ago

You will need one of the latest Vue devtools versions for Vue.js 3 support.

The official ones are outdated.

fleshgordo commented 2 years ago

Thanks. works like charm!