You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Download/clone.
Open index.html in VS Code.
Open with Live Server (use the command palette or right-click in the file and select the option).
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."
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.)
The text was updated successfully, but these errors were encountered:
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.
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.)
The text was updated successfully, but these errors were encountered: