Skip to content

Commit bd0a15f

Browse files
reustoniumyyx990803
authored andcommitted
Update Readme (vuejs#186)
Removed readme item specifying that Vue-Devtools only works with Vue v1.x. These tools seem to work fine with Vue 2.x.
1 parent c52227d commit bd0a15f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22

33
### Important Usage Notes
44

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.
66

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.
108

119
![screenshot](https://raw.githubusercontent.com/vuejs/vue-devtools/master/media/screenshot.png)
1210

0 commit comments

Comments
 (0)