79489333

Date: 2025-03-06 12:27:06
Score: 1
Natty:
Report link

You can export function from component in the script context="module".

<script context="module">
   export function test(){
     return "test";
   }
</script>
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Jardulino