Suddenly Volar report that Property "X" does not exists on type ...
#820
-
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
/cc @zhiyuanzmj |
Beta Was this translation helpful? Give feedback.
-
Can you provide a mini reproduction. |
Beta Was this translation helpful? Give feedback.
-
Sorry, I've discovered that there is not an issue (or I think a full issue) with this library. My VSCode version is |
Beta Was this translation helpful? Give feedback.
-
The option should be optional. declare module 'vue/types/options' {
interface ComponentOptions<V extends Vue> {
$exampleProp?: string
// ^
}
} |
Beta Was this translation helpful? Give feedback.
-
thanks, that fixed the issue 😅 |
Beta Was this translation helpful? Give feedback.
The option should be optional.