Vue.js is detected on this page. Devtools inspection is not available because it's in production mode or explicitly disabled by the author

前端 未结 7 2547
走了就别回头了
走了就别回头了 2021-02-12 11:08

I\'m trying to enable vue-devtools in Google Chrome. But I cannot enable it. I\'m using vue.js inside the Laravel application.

My server runs using

7条回答
  •  臣服心动
    2021-02-12 11:54

    If your using CDN; make sure your not using a production (minified) build of the library.

    Use: https://unpkg.com/vue@2.4.4/dist/vue.js

    Instead of: https://unpkg.com/vue@2.4.4/dist/vue.min.js

    You might need to do Ctrl+Alt+I for it to show up the first time. (Source)

提交回复
热议问题