We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sendVitals
1 parent 757bc1f commit d0e408dCopy full SHA for d0e408d
src/runtime/plugin.client.ts
@@ -13,5 +13,4 @@ const sendVitals = to => webVitals({
13
export default defineNuxtPlugin(() => {
14
const router = useRouter()
15
router.afterEach(to => sendVitals(to))
16
- router.isReady().then(() => { sendVitals(router.currentRoute) })
17
})
0 commit comments