Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up(V4) Update @vue/composition-api to v0.6.1 #1000
Conversation
@Akryum Can I help you |
Any update on this ? |
I've been searching for ages about this. Even on my StackOverflow question no one responded. Thanks @Akryum for adding this fix so we can work with the latest |
@Akryum is there anything holding you from merging this PR? |
@Akryum Would love to see this one merged… |
this fixes #1001
With the change of @vue/composition-api v0.6.0, the behavior of the watch API changed.
https://github.com/vuejs/composition-api/ releases/tag/v0.6.0
This will prevent useQuery from executing the query immediately.
This PR includes the following changes