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

feat(compiler-sfc): enable reactive props destructure by default #7986

Merged
merged 6 commits into from
Mar 30, 2023

Commits on Mar 30, 2023

  1. chore: reanme test file

    yyx990803 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    019282d View commit details
    Browse the repository at this point in the history
  2. feat(sfc): reactive props destructure

    - Reactive props destructure is now stable
    - Split props destructure logic from reactivity transform package and
      move back into compiler-sfc
    yyx990803 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    f361b5b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2ca55c View commit details
    Browse the repository at this point in the history
  4. chore: remove unused param

    yyx990803 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    a0b1933 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d3065fb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cf9ebaf View commit details
    Browse the repository at this point in the history