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
Here are all the occurrences of such import paths:
In these cases, I think . or .. are more readable than @.
IMHO, I prefer readability over consistency (see also #45 (comment)).
And if I'm not mistaken, relative paths may have better tooling support than aliases.
Some of the components generated through the CLI could be imported like
@/components/myComponent.vue
instead of using relative import paths.The text was updated successfully, but these errors were encountered: