maximdeclercq / django-vue

A promising attempt to use VueJS on top of Django.
GNU General Public License v3.0
55 stars 2 forks source link

Vuejs Devtool not working #13

Open christophbrosch opened 3 years ago

christophbrosch commented 3 years ago

The Vuejs devtool is not picking up that the site is running with vuejs. Tested the official extension on both chrome and firefox and on both sites the "Vue.js not detected" message appeared.

maximdeclercq commented 3 years ago

I ran into the same issue and I think this is due to using Vue 3 instead of Vue 2. You can try the beta tools for chrome that supports Vue 3.

I can look if I can support Vue 2, but the syntax is a tad different, so I think I'd have to make a DjangoVue2Component class for that.