From 7738c7d7c1405bdb35239ea974c5ff41d8f90f1b Mon Sep 17 00:00:00 2001 From: hay-kot Date: Sat, 3 Apr 2021 11:12:38 -0800 Subject: [PATCH] fix reactive tag --- frontend/src/pages/Recipes/TagPage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/Recipes/TagPage.vue b/frontend/src/pages/Recipes/TagPage.vue index e49fdb332..a6a0a991b 100644 --- a/frontend/src/pages/Recipes/TagPage.vue +++ b/frontend/src/pages/Recipes/TagPage.vue @@ -33,7 +33,7 @@ export default { }, }, watch: { - async currentCategory() { + async currentTag() { this.getRecipes(); }, },