You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying the quick start code in a basic Vue 3 app with Vite, I get the following error in my browser console:
Uncaught TypeError: slots.forEach is not a function
render http://localhost:3000/@modules/laue/dist/laue.js:478
<anonymous> http://localhost:3000/src/main.js:8
render http://localhost:3000/@modules/laue/dist/laue.js:478
<anonymous> http://localhost:3000/src/main.js:8
Trying the same code in a Vue 2 app, everything works as expected.
The text was updated successfully, but these errors were encountered:
When trying the quick start code in a basic Vue 3 app with Vite, I get the following error in my browser console:
Trying the same code in a Vue 2 app, everything works as expected.
The text was updated successfully, but these errors were encountered: