vue-devtools 无法启动
2016-08-26 本文已影响696人
慢飞鸟
chrome浏览器下安装了vue-devtools插件,但是插件无法使用
解决办法(mac)
第一种
- 打开Finder
- 按快键盘 Command + Shift + G调出前往文件夹
- 输入
/Users/用户名/Library/Application Support/Google/Chrome/Default/Extensions
(用户名填自己的) - 找到manifest.json文件,persistent改成true
"persistent": true
第二种
go to chrome://extensions, and find the vue-devtools plugin,
selected this option---"Permission to access the file URL"
![](https://img.haomeiwen.com/i2160667/06a1f42b5eae70a5.png)