TypeError: Cannot read properties of null (reading 'getVueInspector') in standalone devtools #2130
Unanswered
viliam-durina
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Due to company restrictions, I cannot install any browser plugins. Therefore I'm trying to set up standalone devtools as described in https://devtools.vuejs.org/guide/installation.html#standalone
However I'm getting this error:
(index)
is the script downloaded fromhttp://localhost:8098/
. I'm including thevue.js
code using a<script>
element, I'm using vue 2.7.16. Google gives zero results forgetVueInspector
, so I assume I'm doing something wrong. What could that be?Beta Was this translation helpful? Give feedback.
All reactions