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(computed): allow differentiating refs from computed #820

Merged
merged 5 commits into from Oct 5, 2021

Commits on Oct 1, 2021

  1. feat(computed): allow differentiating refs from computed

    Add an `effect` property on computed to differentiate them from refs
    posva committed Oct 1, 2021
    Copy the full SHA
    da4257c View commit details
    Browse the repository at this point in the history
  2. docs: computed().effect

    posva committed Oct 1, 2021
    Copy the full SHA
    c596799 View commit details
    Browse the repository at this point in the history
  3. refactor: correct import

    posva committed Oct 1, 2021
    Copy the full SHA
    d73b527 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

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

Commits on Oct 5, 2021

  1. chore: fix test

    antfu committed Oct 5, 2021
    Copy the full SHA
    2790784 View commit details
    Browse the repository at this point in the history