bridge
bridge copied to clipboard
Support for vue runtime compiler
Environment
- Operating System:
Darwin
- Node Version:
v18.18.0
- Nuxt Version:
2.17.2
- CLI Version:
3.10.0
- Nitro Version:
2.8.1
- Package Manager:
[email protected]
- Builder:
webpack
- User Config:
bridge
,alias
,modern
,ssr
,components
,head
,css
,loading
,plugins
,render
,router
,modules
,buildModules
,image
,runtimeConfig
,env
,styleResources
,vue
,build
,hooks
,serverHandlers
,devServerHandlers
,devServer
,typescript
,nitro
- Runtime Modules:
[email protected]
,@nuxtjs/[email protected]
,@nuxtjs/[email protected]
,[email protected]
- Build Modules:
()
,@nuxt/[email protected]
,~/modules/generate-redirects
,@storyblok/nuxt-2/[email protected]
,@nuxt/[email protected]
Reproduction
Same as in this issue: https://github.com/nuxt/nuxt/issues/13843#issue-1549581747
Can be reproduced in this Stackblitz also: https://stackblitz.com/edit/stackblitz-starters-ohstyk?file=components%2FTutorial.vue
- Run
npm run build
- Run
npm run start
- Load the homepage
- You should get a "Cannot convert object to primitive value" error
Describe the bug
This has been fixed for Nuxt 3 in this PR but how to solve the issue with Nuxt-bridge?
I tried using nuxt-runtime-compiler but it didn't work.
Thanks!
Additional context
No response
Logs
No response