chrome瀏覽器下安裝了vue-devtools插件,但是插件無法使用
解決辦法(mac)
第一種
- 打開Finder
- 按快鍵盤 Command + Shift + G調(diào)出前往文件夾
- 輸入
/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"

Paste_Image.png