1. 程式人生 > >Vue學習之如何進行除錯

Vue學習之如何進行除錯

除錯方法

vue調式方法,瀏覽器檢查元素進入到console
    1、console.log()
    2、alert('sd')
    3、debugger //程式會執行到這裡停止

![](https://img2018.cnblogs.com/blog/1158417/201901/1158417-20190108114242214-1924223478.png)
使用在瀏覽器上使用vue外掛