apex-legends-tracker icon indicating copy to clipboard operation
apex-legends-tracker copied to clipboard

HELLO I GOT ERROR

Open hannibaljohn opened this issue 5 years ago • 1 comments

error: Unexpected console statement (no-console) at src\components\Profile.vue:85:7: [1] 83 | [1] 84 | this.profileData = res.data.data; [1] > 85 | console.log(this.profileData); [1] | ^ [1] 86 | this.loading = false; [1] 87 | } catch (err) { [1] 88 | this.loading = false; [1] [1] [1] 1 error found.

hannibaljohn avatar Aug 20 '19 13:08 hannibaljohn

Remove the console log, I think it is a linting issue not allowing console.log Does the app still work or does it stop the app?

Austinmoore1492 avatar Aug 20 '19 18:08 Austinmoore1492