從谷歌商店安裝devtool插件。詳情百度安裝。
Vue.js is detected on this page解決方法
方法:
1、引入vue.min.js是不行的,引入vue.js才能使用vue-devtools。
2、在chrome的擴展程序頁面,需要勾選vue-devtools的“允許訪問文件地址”項。
3、如果你是在chrome商店里安裝的vue-devtools,那么需要到這個擴展的安裝路徑下找到manifest.json文件,把其中的"persistent": false,需改為:true。
4.在你的入口JS文件里加上一行Vue.config.devtools = true