From 7df482ef552cac4823d44f2bccf6047a681ea5c9 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Mon, 13 Jun 2022 10:41:21 +0100 Subject: [PATCH] fix: use `externalVue` for now --- test/fixtures/basic/nuxt.config.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/fixtures/basic/nuxt.config.ts b/test/fixtures/basic/nuxt.config.ts index 93c21696cd75..f92b66c4c7bb 100644 --- a/test/fixtures/basic/nuxt.config.ts +++ b/test/fixtures/basic/nuxt.config.ts @@ -28,6 +28,8 @@ export default defineNuxtConfig({ } }, experimental: { + // TODO: enable by default or work around the need for this + externalVue: true, reactivityTransform: true } })