Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
fix: use externalVue for now
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jun 13, 2022
1 parent bc7c929 commit 7df482e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/fixtures/basic/nuxt.config.ts
Expand Up @@ -28,6 +28,8 @@ export default defineNuxtConfig({
}
},
experimental: {
// TODO: enable by default or work around the need for this
externalVue: true,
reactivityTransform: true
}
})

0 comments on commit 7df482e

Please sign in to comment.