mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-07 09:22:27 +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'],
|
emits: ['ssr-error'],
|
||||||
setup (props, ctx) {
|
setup (props, ctx) {
|
||||||
const mounted = ref(false)
|
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())
|
const ssrFailed = useState(useId())
|
||||||
|
|
||||||
if (ssrFailed.value) {
|
if (ssrFailed.value) {
|
||||||
|
Loading…
Reference in New Issue
Block a user