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"}
::