Version
4.1.5
Browser and OS info
Chrome 67
Steps to reproduce
- git clone https://github.com/vuejs/vue-devtools.git
- npm install
- npm run build
- add shells/chrome to the Chrome extension
- open vue-devtools/vue 1-test.html in Chrome, then open Chrome developer tool and choose the vue section, finally console the error 'Uncaught TypeError: Cannot read property 'children' of undefined backend.js, and the components can not show.
node v 10.8.0
What is expected?
i want the component show in the vue-devtools, and do not console error. thx!
What is actually happening?
The tool console the error 'Uncaught TypeError: Cannot read property 'children' of undefined backend.js', and the components can not show