mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-18 17:35:57 +00:00
chore: remove outdated comment (#30324)
This commit is contained in:
parent
62e19c250f
commit
af016ea0d6
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user