We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2641a99 commit cd38980Copy full SHA for cd38980
app/composables/npm/useUserPackages.ts
@@ -185,7 +185,8 @@ export function useUserPackages(username: MaybeRefOrGetter<string>) {
185
}
186
187
188
- // Re-fetch when provider changes
+ // asyncdata will automatically rerun due to key, but we need to reset caache/page
189
+ // when provider changes
190
watch(searchProvider, () => {
191
cache.value = null
192
currentPage.value = 1
0 commit comments