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

fix #11391: translate attribute had incorrectly the key as it's value #11392

Merged
merged 1 commit into from Sep 21, 2020

Commits on May 13, 2020

  1. fix(src/platforms/web/util/attrs.js): translate attribute had incorre…

    …ctly the key as it's value
    
    when present, translate attribute had translate as it's value, which is not valid, the value should
    remain as specified by the user, that's why we removed it form isBooleanAttr map
    
    fix vuejs#11391
    nowres committed May 13, 2020
    Copy the full SHA
    4438555 View commit details
    Browse the repository at this point in the history