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: implement effectScope api #762

Merged
merged 2 commits into from Jul 16, 2021
Merged

feat: implement effectScope api #762

merged 2 commits into from Jul 16, 2021

Conversation

antfu
Copy link
Member

@antfu antfu commented Jul 15, 2021

Limitations:

  • scope.effects is not equivalent with Vue 3, as there is not effect in Vue 2. It only stores nested effectScope.
  • async function is not supported (could possibly introduce withAsyncContext from Vue 3.2, but with another PR).

@antfu antfu changed the base branch from master to next July 15, 2021 08:45
@antfu antfu merged commit fcadec2 into next Jul 16, 2021
@antfu antfu deleted the feat/effectScope branch July 16, 2021 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant