mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-30 15:22:39 +00:00
fix: remove leftover event loader
This commit is contained in:
parent
c7e154e11a
commit
fe0807dd08
@ -9,7 +9,7 @@
|
|||||||
<LazyNeverDelayedNever />
|
<LazyNeverDelayedNever />
|
||||||
<LazyEventDelayedEvent
|
<LazyEventDelayedEvent
|
||||||
id="lazyevent2"
|
id="lazyevent2"
|
||||||
:hydrate="createEventLoader(['click'])"
|
:hydrate="['click']"
|
||||||
/>
|
/>
|
||||||
<LazyIfDelayedCondition id="lazycondition" />
|
<LazyIfDelayedCondition id="lazycondition" />
|
||||||
<button
|
<button
|
||||||
|
Loading…
Reference in New Issue
Block a user