fix reactive tag

This commit is contained in:
hay-kot 2021-04-03 11:12:38 -08:00
commit 7738c7d7c1

View file

@ -33,7 +33,7 @@ export default {
}, },
}, },
watch: { watch: {
async currentCategory() { async currentTag() {
this.getRecipes(); this.getRecipes();
}, },
}, },