//阻止顯示生產模式的消息
Vue.config.productionTip = false
如果沒有這行代碼,或者設置為true,控制台就會多出這么一段代碼。
You are running Vue in development mode.
Make sure to turn on production mode when deploying for production.
See more tips at https://vuejs.org/guide/deployment.html
意思是:您正在開發模式下運行Vue。
在部署以進行生產時,請確保啟用生產模式。
查看更多提示https://vuejs.org/guide/deployment.html