79155594

Date: 2024-11-04 13:22:39
Score: 1.5
Natty:
Report link

Check if your root element of the component is single:

<template><div>...</div></template>

and not

<template><div>...</div><div>...</div></template>
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: dean0071