Documentación offline Nuxt main

NUXTE7008

main Documentación oficial Licencia MITDescargado el 2026-08-02

En esta página

E7008#

callOnce() received a non-function fn argument. The value to run once must be a function so Nuxt can execute it a single time and skip it on subsequent calls.

Resolution#

await callOnce('setup', () => {
  // runs once
})

::read-more{to="/docs/api/utils/call-once"} ::