We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feedec0 commit aed49cbCopy full SHA for aed49cb
packages/nuxt/src/runtime/plugin.ts
@@ -42,5 +42,6 @@ export default defineNuxtPlugin((nuxtApp) => {
42
43
watch(() => nuxtApp._route.path, () => {
44
client.generateSchema()
45
+ client.setupDOM()
46
})
47
0 commit comments