vue-devtools 无法启动

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"

vue-devtools 无法启动_第1张图片
Paste_Image.png

你可能感兴趣的:(vue-devtools 无法启动)