Skip to content
This repository was archived by the owner on Dec 31, 2024. It is now read-only.
This repository was archived by the owner on Dec 31, 2024. It is now read-only.

single file component render less than sign #977

@delcon

Description

@delcon

vue & vue-i18n version

ex: 2.1.0, 5.0

Steps to reproduce

in you component:

<i18n>
{
   "en" : {
         "key": "value should be < 25"
}
</i18n>

What is Expected?

render: "value should be < 25"

What is actually happening?

eslint error "invalid-first-character-of-tag"
disabling eslint gives a webpack error

Metadata

Metadata

Assignees

No one assigned

    Labels

    upstreamThings on outside of this repo (e.g. Vue, Browser, Node.js)

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions