Just a quick note to myself, and others who could face this same problem:
When using Vue inside py4web, as it's done in the todo application included
with the code, using the vue devtools tab in the browser does not work out
of the box.
This is the message the extension shows:

[image: image.png]
To solve it, adding

Vue.config.devtools = true;

to the beginning of the file static/js/utils.js allows you to use the vue
devtools to debug the vue app. It's a good idea to remove this line when
the app is sent to production.

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/CAHpm-q045V8savvd85KpKNrUWsKcz8h%3DQy31ErLG2sJFfSX6VA%40mail.gmail.com.

Reply via email to