chore: remove outdated comment (#30324)

This commit is contained in:
Julien Huang 2024-12-21 08:18:35 +01:00 committed by GitHub
parent 62e19c250f
commit af016ea0d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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) {