We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbb1190 commit fbca547Copy full SHA for fbca547
src/runtime/components/ContentPreviewMode.vue
@@ -69,6 +69,7 @@ const sync = async (data: PreviewResponse) => {
69
// Remove query params in url to refresh page (in case of 404 with no SPA fallback)
70
await router.replace({ query: {} })
71
72
+ // @ts-expect-error custom hook => keep this for typecheck in project using the module
73
nuxtApp.callHook('nuxt-studio:preview:ready')
74
75
if (window.parent && window.self !== window.parent) {
0 commit comments