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
I have tried restarting VS Code or running Vetur: Restart VLS
Info
Platform: Windows 10
Vetur version: vti 0.1.1
VS Code version: N/A
Problem
The code emitted behind vetur will reference the types of complex properties without importing them first. I'm not sure if this is really a vetur issue or something upstream.
Vetur: Restart VLS
Info
vti 0.1.1
Problem
The code emitted behind
vetur
will reference the types of complex properties without importing them first. I'm not sure if this is really avetur
issue or something upstream.For example, if we have a
complex.ts
:A
WithComplexProps.vue
:A
Test.vue
:Then
Test.vue
will produce the following virtual file:with this problematic snippet:
that produces this output from
vti
:Reproducible Case
https://github.com/KodrAus/vti-repro
The text was updated successfully, but these errors were encountered: