Nuxt/packages/bridge/src/runtime
2022-03-16 23:44:22 +01:00
..
vite/mock chore: move nuxt-vite to bridge (#1180) 2021-10-26 14:59:05 +02:00
app.plugin.mjs feat(bridge): support addRouteMiddleware, navigateTo and abortNavigation (#3193) 2022-02-15 10:51:19 +01:00
app.ts feat(bridge): auto-inject based on provide key from plugins (#3536) 2022-03-07 16:08:09 +01:00
asyncData.ts feat(nuxt3, bridge): add lazy helpers (useLazyAsyncData and useLazyFetch) (#1861) 2021-11-15 13:09:07 +01:00
capi.legacy.mjs feat(nuxt3, bridge): add vue:setup hook (#2408) 2021-12-21 15:44:35 +01:00
capi.plugin.mjs feat(nuxt3, bridge): add vue:setup hook (#2408) 2021-12-21 15:44:35 +01:00
composables.ts refactor: add some more explicit types (#3721) 2022-03-16 23:44:22 +01:00
cookie.ts feat(nuxt3, bridge): useCookie universal composable (#2085) 2021-11-22 21:43:00 +01:00
fetch.ts feat(nuxt3, bridge): add lazy helpers (useLazyAsyncData and useLazyFetch) (#1861) 2021-11-15 13:09:07 +01:00
index.ts fix(bridge): use typescript directory entry (#3365) 2022-02-25 12:45:45 +01:00
meta feat(bridge): use useMeta in bridge projects (#664) 2021-10-06 14:37:45 +02:00
nitro-bridge.server.mjs chore(bridge): Improve typing of defineNuxtPlugin function (#1995) 2021-11-18 12:08:58 +01:00
ssr.ts feat(nuxt3, bridge): useReqHeaders composable (#2173) 2021-12-20 17:27:36 +01:00
vue2-bridge.d.ts feat(nuxt3, bridge): add lazy helpers (useLazyAsyncData and useLazyFetch) (#1861) 2021-11-15 13:09:07 +01:00
vue2-bridge.mjs feat(bridge, nuxt3): mock vue-demi (#1849) 2021-11-15 11:25:50 +01:00