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.
2 parents 82cee93 + b2d2415 commit aca5fe1Copy full SHA for aca5fe1
nuxt/src/module.ts
@@ -98,7 +98,7 @@ export default defineNuxtModule<ModuleOptions>({
98
return `import { defineNuxtPlugin } from '#imports'
99
100
export default defineNuxtPlugin(async (nuxtApp) => {
101
- if (process.client) {
+ if (import.meta.client) {
102
const vueform = (await import('@vueform/vueform')).vueform
103
const vueformConfig = (await import('${configPath}')).default
104
const Builder = (await import('@vueform/builder')).default
0 commit comments