Closed kromate closed 1 year ago
@yyx990803 Been on this for 2 weeks, please help 🥲
Please provide a minimal reproduction to reopen the issue. Thanks.
https://stackblitz.com/edit/nuxt-starter-zbjalk?file=app.vue
@sxzz here is a stackblitz example
@kromate it's an empty nuxt starter template.
Sorry about that
seems like I didn't save https://stackblitz.com/edit/nuxt-starter-zbjalk?file=app.vue
This link such work, double checked @sxzz
<Repl :editor="Monaco" style="height: 100vh" />
You need to add the height property
@sxzz this fixes the height issue, thanks
but I still don't get the volar autocomplete and inference e.g
const msg = ref('Hello World!')
when i try to type
msg.
somewhere else in the code it doesn't show value just generics
I believe this is a nuxt, would just convert the project to a vue3 application instead of a nuxt 3 one because that seems to work just fine
thank you very much @sxzz
when I installed the package in a nuxt 3 application it doesn't load properly