79283719

Date: 2024-12-16 05:28:49
Score: 1.5
Natty:
Report link

for any number of lines:

<v-btn>
  <template v-for="e in ['one','two','three','four']">
    {{ e }}
    <br/>
  </template>
</v-btn>
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Joel Santos