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

directives should not be parsed as filters #34

Closed
armano2 opened this issue Dec 4, 2018 · 1 comment
Closed

directives should not be parsed as filters #34

armano2 opened this issue Dec 4, 2018 · 1 comment
Labels

Comments

@armano2
Copy link
Contributor

armano2 commented Dec 4, 2018

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>
@mysticatea mysticatea added the bug label Dec 5, 2018
@mysticatea
Copy link
Member

Thank you for the report!

Indeed, it's a bug.

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

No branches or pull requests

2 participants