mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-18 09:25:54 +00:00
fix(bridge): don't rely on auto-imports in internal plugin (#700)
This commit is contained in:
parent
a4f06716be
commit
8df29679ce
@ -1,3 +1,5 @@
|
||||
import { defineNuxtPlugin } from '#app'
|
||||
|
||||
const vueMetaRenderer = (nuxt) => {
|
||||
const meta = nuxt.ssrContext.meta.inject({
|
||||
isSSR: nuxt.ssrContext.nuxt.serverRendered,
|
||||
|
Loading…
Reference in New Issue
Block a user