mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-30 23:32:38 +00:00
chore: remove outdated comment (#30324)
This commit is contained in:
parent
fe01c860d7
commit
0496513bb4
@ -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