Skip to content

Commit 5847dd0

Browse files
author
Guillaume Chau
committed
Merge remote-tracking branch 'upstream/master' into patch-1
2 parents 83d0ef8 + f9ad34b commit 5847dd0

File tree

11 files changed

+8504
-4494
lines changed

11 files changed

+8504
-4494
lines changed

.eslintrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"root": true,
3+
"env": {
4+
"browser": true
5+
},
36
"extends": [
47
"plugin:vue-libs/recommended"
58
],

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@ Works with [vuex](https://github.com/vuejs/vuex) for time-travel debugging:
6666
~~~~
6767

6868
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.
6975

7076

7177
### License

docs/workaround-for-safari.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@
77
5. Open Develop -> Show Extension Builder
88
6. Click the plus button in the bottom left and select Add Extension...
99
7. Select shells/safari/Vue.js devtools.safariextension
10-
8. Click Install in the top right
10+
8. Select _All_ in Website Access -> Access Level
11+
9. Check _Include Secure Webpages_
12+
10. Click Install in the top right

0 commit comments

Comments
 (0)