79331929

Date: 2025-01-06 02:22:26
Score: 1.5
Natty:
Report link

Use import.meta.client. Specifying the mode.

<script setup>

if(import.meta.client){
  window...
}

</script>
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Amethyst