Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vue.js DevTools extension for Chrome does not detect Vue in the course files #14

Open
toddprouty opened this issue Nov 17, 2020 · 0 comments

Comments

@toddprouty
Copy link

When viewing the course files in the latest version of Chrome (Mac), Vue.js is not detected by the Vue.js DevTools extension.

Steps to reproduce

This assumes you're using VS Code with the Live Server extension installed, though the results may be the same in other editors with a live server view.

  1. Download/clone.
  2. Open index.html in VS Code.
  3. Open with Live Server (use the command palette or right-click in the file and select the option).
  4. Note that the extension icon does not light up to indicate that Vue.js is detected. When you click it, it should say "Vue.js not detected."
  5. Open DevTools and note that the Vue menu item is not present.

This is resolved, as described here, by both installing the beta version of the extension and replacing the library reference. Updating the course files would of course do the trick as well. (If I get time I'll submit a pull request.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant