Skip to content

directives should not be parsed as filters #34

Closed
@armano2

Description

@armano2

After last version binary operator | in directives is parsed as Filter instead of BinaryExpression

<template>
    <input v-html="foo | bar">
</template>
<script>
export default {
  data() {
    return { foo: 200, bar: 5 }
  }
}
</script>

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