Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Not identifying imported components in template #56

Open
adamalfredsson opened this issue Oct 1, 2018 · 2 comments
Open

Not identifying imported components in template #56

adamalfredsson opened this issue Oct 1, 2018 · 2 comments

Comments

@adamalfredsson
Copy link

I cannot get my template to recognize imported components and props. Is this a known issue? I've tried different setups and IDE's but I run into the same problem. The project compiles fine, but it's frustrating when the IDE doesn't recognize any custom components.

screen shot 2018-10-01 at 09 55 43

@LissetteIbnz
Copy link

  • Did you install the Vetur extension?
  • Try to write < before name component:
  • And check if this emmet configuration exists:
 "emmet.includeLanguages": {
    "edge": "html",
    "vue-html": "html",
    "vue": "html"
  },

@adamalfredsson
Copy link
Author

@LissetteIbnz Thanks, I confirm that the issue persists. I'm using the 0.13.0 Vetur extension with no manual configuration.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants