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
Copy file name to clipboardExpand all lines: README.md
+6
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,12 @@ Works with [vuex](https://github.com/vuejs/vuex) for time-travel debugging:
66
66
~~~~
67
67
68
68
When using Yarn, just replace `npm` with `yarn`.
69
+
70
+
71
+
### Commom problems and how to fix
72
+
73
+
1. Fixing "Download the Vue Devtools for a better development experience" console message when working locally over `file://` protocol:
74
+
1.1 - Google Chrome: Right click on vue-devtools icon and click "Manage Extensions" then search for vue-devtools on the extensions list. Check the "Allow access to file URLs" box.
0 commit comments