Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emmet in .vue files using jsx? [enhancement] #693

Open
3 tasks done
Enchufadoo opened this issue Feb 14, 2018 · 0 comments
Open
3 tasks done

Emmet in .vue files using jsx? [enhancement] #693

Enchufadoo opened this issue Feb 14, 2018 · 0 comments

Comments

@Enchufadoo
Copy link

  • I have searched through existing issues
  • I have read through docs
  • I have read FAQ

Info

  • Platform: Windows 10
  • Vetur version: 0.11.7
  • VS Code version: 1.20.0

Problem

There's no emmet autocompletion inside the render function in .vue files. It works perfectly inside the template tag.

https://i.imgur.com/i31TAsC.png

But not on inside the render function

Reproducible Case

Inside a .vue component

<script>
export default {
  render(h) {    
    return (
      <div>
       // try emmet here
      </div>
    )
  }
}
</script>

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

No branches or pull requests

3 participants