atom-vue-hyperclick icon indicating copy to clipboard operation
atom-vue-hyperclick copied to clipboard

support @/components/...

Open nerdoc opened this issue 6 years ago • 1 comments

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?

nerdoc avatar Oct 01 '18 07:10 nerdoc

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

  • https://github.com/AsaAyers/js-hyperclick/issues/58

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

agnjunio avatar Aug 21 '19 14:08 agnjunio