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(compiler-core): When the user uses the key inappropriately in the template, a compilation error should be thrown. #11323

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Jul 9, 2024

  1. fix(compiler-core): When using v-for and v-bind in a template, if v-b…

    …ind has no expression, an error should be thrown
    linzhe141 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    cebd9c3 View commit details
    Browse the repository at this point in the history
  2. chore: update test

    linzhe141 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    4e078bc View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. fix(compiler-core): When the user defines a key using v-if/else in a …

    …template, a compilation error should be thrown
    linzhe141 committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    0c74bf5 View commit details
    Browse the repository at this point in the history
  2. chore: update test

    linzhe141 committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    983fce6 View commit details
    Browse the repository at this point in the history