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

New <script setup> and ref sugar implementation #2532

Merged
merged 13 commits into from
Nov 17, 2020
Merged

New <script setup> and ref sugar implementation #2532

merged 13 commits into from
Nov 17, 2020

Commits on Oct 29, 2020

  1. feat(compiler-sfc): new script setup implementation

    - now exposes all top level bindings to template
    - support `ref:` syntax sugar
    yyx990803 committed Oct 29, 2020
    1 Configuration menu
    Copy the full SHA
    556560f View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. Configuration menu
    Copy the full SHA
    941b645 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed2eb81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8485cd4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e3abc8 View commit details
    Browse the repository at this point in the history
  5. chore: fix snapshots

    yyx990803 committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    3cca6bc View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. Configuration menu
    Copy the full SHA
    8cf0a40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f99e23 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. Configuration menu
    Copy the full SHA
    886ed76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3019508 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4977526 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e8ef55 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. Configuration menu
    Copy the full SHA
    2a4fc32 View commit details
    Browse the repository at this point in the history