Skip to content

Instantly share code, notes, and snippets.

@blackspike
Created September 23, 2025 10:46
Show Gist options
  • Save blackspike/32135650d4bc8847c27d1c3df50c6b30 to your computer and use it in GitHub Desktop.
Save blackspike/32135650d4bc8847c27d1c3df50c6b30 to your computer and use it in GitHub Desktop.
<script setup>
const id = useId()
</script>
<template>
<label :for="id">test</label>
<input :id type="text" />
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment