Vue.js is detected on this page. Open DevTools and look for the Vue panel.

末蓝、 2022-05-23 11:35 769阅读 0赞

要解决 这个问题,则是因为没有开启debug mode,所以要对vue开启debug mode

在main.js中书写下面形式:

  1. import Vue from 'vue'
  2. Vue.config.devtools = true

则可以在浏览器调试vue代码

发表评论

表情:
评论列表 (有 0 条评论,769人围观)

还没有评论,来说两句吧...

相关阅读