chore: remove outdated comment (#30324)

This commit is contained in:
Julien Huang 2024-12-21 08:18:35 +01:00 committed by Daniel Roe
parent fe01c860d7
commit 0496513bb4
No known key found for this signature in database
GPG Key ID: CBC814C393D93268

View File

@ -27,7 +27,6 @@ export default defineComponent({
emits: ['ssr-error'],
setup (props, ctx) {
const mounted = ref(false)
// This is deliberate - `uid` should not be provided by user but by a transform plugin and will not be reactive.
const ssrFailed = useState(useId())
if (ssrFailed.value) {