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

Html template in vue component doesn't beautify when lang prop set #2374

Open
andreasalptun opened this issue Aug 9, 2019 · 0 comments · May be fixed by #2534
Open

Html template in vue component doesn't beautify when lang prop set #2374

andreasalptun opened this issue Aug 9, 2019 · 0 comments · May be fixed by #2534

Comments

@andreasalptun
Copy link

Description

Consider the following vue component stub. When the lang prop is set in the template tag, beautification does not work for the html part. If I remove the lang tag, beautification works as expected.

<template lang="html">
         <div>
  hello
</div>
</template>

<script>
export default {}
</script>

<style lang="css" scoped>
</style>
@gufoe gufoe linked a pull request Nov 4, 2020 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant