12 Rules
| ID | Name | Severity |
|---|---|---|
| 1020200 | Always have data property as a function that returns an object |
medium
|
| 1020202 | Avoid getter functions of computed properties that do not return any value |
medium
|
| 1020204 | Avoid <textarea> with v-model having child elements |
medium
|
| 1020206 | Avoid using v-for without key |
medium
|
| 1020208 | Avoid using v-if on the same element as v-for |
medium
|
| 1020210 | Avoid using v-show directive inside templates |
medium
|
| 1020212 | Avoid changing parent properties from child components using $parent |
medium
|
| 1020214 | Ensure to turn off and clear event listeners after component is destroyed |
medium
|
| 1020218 | Avoid using unsecured cookie (Vue.js) |
high
|
| 1020220 | Avoid creating cookie with overly broad path (Vue.js) |
high
|
| 1020222 | Avoid creating cookie with overly broad domain (Vue.js) |
high
|
| 1020224 | Avoid using the call of web service inside a loop (VueJS) |
critical
|