bridge icon indicating copy to clipboard operation
bridge copied to clipboard

Support for vue runtime compiler

Open LionelPaulus opened this issue 1 year ago • 3 comments

Environment

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

  1. Run npm run build
  2. Run npm run start
  3. Load the homepage
  4. 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

LionelPaulus avatar Jan 09 '24 15:01 LionelPaulus