monterail / atom-vue-hyperclick

atom hyperclick plugin for vue components
MIT License
43 stars 5 forks source link

support @/components/... #11

Open nerdoc opened 5 years ago

nerdoc commented 5 years ago

With a project set up by vue-cli / webpack, you can use

import MyComponent form '@/components/MyComponent.vue'

This is not supported by vue-hyperclick. Could you add that?

agnjunio commented 4 years ago

This is an issue with webpack, and there are already a issues created in js-hyperclick

The owner decided to not support this on purpose, then later added the support for "Custom Resolvers". Check the issue for more details.