79073209

Date: 2024-10-10 07:39:09
Score: 2
Natty:
Report link

For me it was some :title and :subtitle attributes (thanks @Kinco) and an issue with the v-text attribute as well. To summarize:

INVALID:

<v-toolbar-title
  v-text="header" />

WORKING:

<v-toolbar-title>
  {{ header }}
</v-toolbar-title>

Using Node 22.9.0 (runtime) and Bun 1.1.20 (builder).

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Kinco
  • Low reputation (0.5):
Posted by: barfoos