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

<script setup> #227

Merged
merged 20 commits into from Jul 1, 2021
Merged

<script setup> #227

merged 20 commits into from Jul 1, 2021

Commits on Oct 30, 2020

  1. Copy the full SHA
    3babae5 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2020

  1. edits

    - Provide separate examples for `<script setup>` and ref sugar
    - Add "yet another way of doing things" in drawbacks
    yyx990803 committed Nov 1, 2020
    Copy the full SHA
    2d1bb37 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. Copy the full SHA
    e54312c View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. Copy the full SHA
    3958002 View commit details
    Browse the repository at this point in the history
  2. useOptions -> defineOptions

    yyx990803 committed Nov 13, 2020
    Copy the full SHA
    2dd282e View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. Copy the full SHA
    eb3dc12 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

  1. Copy the full SHA
    6478fe0 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. defineEmit -> defineEmits

    yyx990803 committed Jun 21, 2021
    Copy the full SHA
    3ec3531 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4c4cb24 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4cf81b0 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. Copy the full SHA
    fb44273 View commit details
    Browse the repository at this point in the history
  2. add faqs

    yyx990803 committed Jun 28, 2021
    Copy the full SHA
    3d19536 View commit details
    Browse the repository at this point in the history
  3. update tooling status

    yyx990803 committed Jun 28, 2021
    Copy the full SHA
    3f4378f View commit details
    Browse the repository at this point in the history
  4. Clarify defineProps/defineEmits as compiler macros, remove need to

    import them. Also specofy usage of `defineExpose`.
    yyx990803 committed Jun 28, 2021
    Copy the full SHA
    36dda7e View commit details
    Browse the repository at this point in the history
  5. withDefaults

    yyx990803 committed Jun 28, 2021
    Copy the full SHA
    843d01c View commit details
    Browse the repository at this point in the history
  6. remove unresolved question

    yyx990803 committed Jun 28, 2021
    Copy the full SHA
    cec8596 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    ea683b8 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    975644d View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2021

  1. Copy the full SHA
    4734bb6 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. adjust rfc number

    yyx990803 committed Jul 1, 2021
    Copy the full SHA
    3478b0b View commit details
    Browse the repository at this point in the history