Skip to content

Html comments stripped #38

@jeroenlammerts

Description

@jeroenlammerts

Why are comments stripped out of the component?

<p>Hello {{subject}} <!-- keep me here --></p>

<script>
  component.exports = {
    data: { subject: 'World' },
    stripComments: false
  };
</script>

output:

<p>Hello World</p>

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions