79504262

Date: 2025-03-12 16:36:52
Score: 0.5
Natty:
Report link

The cause of my issue was incredibly simple. This is the correct syntax for Typescript Composition API:

<!-- good: -->
<script setup lang="ts">
  ...
</script

I had the attributes out of order:

<!-- bad: -->
<script lang="ts" setup>
  ...
</script
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Joe Sadoski