Created
September 23, 2025 10:46
-
-
Save blackspike/32135650d4bc8847c27d1c3df50c6b30 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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