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
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,9 @@
2
2
3
3
### Important Usage Notes
4
4
5
-
1.vue-devtools only works with Vue.js 1.0.0+.
5
+
1.If the page uses a production/minified build of Vue.js, devtools inspection is disabled by default so the Vue pane won't show up.
6
6
7
-
2. If the page uses a production/minified build of Vue.js, devtools inspection is disabled by default so the Vue pane won't show up.
8
-
9
-
3. To make it work for pages opened via `file://` protocol, you need to check "Allow access to file URLs" for this extension in Chrome's extension management panel.
7
+
2. To make it work for pages opened via `file://` protocol, you need to check "Allow access to file URLs" for this extension in Chrome's extension management panel.
0 commit comments