You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What actually happened? Please include the actual, raw output from ESLint.
Module Warning (from ./node_modules/eslint-loader/index.js):
error: 'icon' is defined but never used (vue/no-unused-vars) at src\components\sidebar\sidebar.vue:16:23:
14 |
15 | <MenuItem
16 | v-for="{name, icon} in menu"
| ^
17 | :name="name"
18 | :key="name">
19 |
error: Expected indentation of 8 spaces but found 10 spaces (vue/html-indent) at src\components\sidebar\sidebar.vue:21:1:
19 |
20 | <Icon
21 | v-if="icon"
| ^
22 | :type="icon"/>
23 | {{ name }}
24 |
Besides the loop error, can someone please explain why indenting the divs inside the main div is reported as incorrect? I am just not sure if indenting them is right or not anymore but I thought it should have been.
The text was updated successfully, but these errors were encountered:
Tell us about your environment
Please show your full configuration:
What did you do? Please include the actual source code causing the issue.
What did you expect to happen?
no errors
What actually happened? Please include the actual, raw output from ESLint.
Besides the loop error, can someone please explain why indenting the divs inside the main div is reported as incorrect? I am just not sure if indenting them is right or not anymore but I thought it should have been.
The text was updated successfully, but these errors were encountered: