Closed
Description
Vue 2.7 no longer needs @vue/runtime-core
, which means that the generated components.d.ts
isn't recognised by Volar.
I've replaced
import '@vue/runtime-core'
export {}
declare module '@vue/runtime-core' {
with
export {}
declare module 'vue' {
and that fixes the issue.
I don't know if we can autodetect the version, otherwise maybe an option to override the module used here?
Metadata
Metadata
Assignees
Labels
No labels