how can I use console.error or console.log in a vue template?

后端 未结 5 1881
自闭症患者
自闭症患者 2021-02-05 03:44

I have a vue component with

 

gives

app.js:47961 [Vue war

5条回答
  •  暖寄归人
    2021-02-05 04:40

    You can use this.console instead console or wrap call to console in a method, i am using eslint config with rule 'no-console': 'off'

提交回复
热议问题