uncharted-aske / HMI

Apache License 2.0
1 stars 0 forks source link

[BUGFIX] Fix vetur errors on Vue import paths #164

Closed adamocarolli closed 3 years ago

adamocarolli commented 3 years ago

Vetur had trouble resolving import paths within Vue files as it declared root as the project's root not the clients.

Before: Screen Shot 2021-04-06 at 4 23 12 PM

After: Screen Shot 2021-04-06 at 4 22 51 PM

Editor: VS Code