MCPcopy
hub / github.com/nuxt/nuxt / getLoadingIndicator

Function getLoadingIndicator

test/nuxt/loading-indicator.test.ts:92–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90 const el = await mountSuspended({ setup: () => () => h('div', [h(NuxtLoadingIndicator), h(NuxtPage)]) })
91
92 const getLoadingIndicator = () => el.getComponent('.nuxt-loading-indicator')
93 const getPage = () => el.getComponent('#page')
94
95 async function expectNavigatesWithLoading (path: string | RouteLocationRaw, onLoad?: () => void) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…