-
-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Closed
Labels
Description
Version
3.2.6
Reproduction link
Steps to reproduce
Copy to VSCode and enable Volar
What is expected?
fix this error
What is actually happening?
type RefValue<T> = T & { [RefMarker]?: any };
If & { [RefMarker]?: any };
is removed, the issue is just fixed.
By the way I added ref types, but it doesn't working.
node_modules/vue/ref-macros.d.ts
seems doesn't exist.