Open boriskogan81 opened 6 years ago
Try checking your browser console to see if there are any errors.
There are no errors, but the relevant components do not appear in the tree.
On Sun, Apr 15, 2018, 6:16 PM Chimezie Enyinnaya notifications@github.com wrote:
Try checking your browser console to see if there are any errors.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ammezie/tweetr-app/issues/1#issuecomment-381414059, or mute the thread https://github.com/notifications/unsubscribe-auth/AJzZ6yuhgVWVnnC0R1OtkVJ00g04oahzks5to2RRgaJpZM4TVe-v .
Hi,
Thanks for the tutorial. It's very well written and easy to follow. However, I'm getting stuck and don't know how to troubleshoot.
I can see the Root and App.vue components when I inspect the page, but trying to navigate to /signup and /login doesn't load those components. I have no idea how to troubleshoot this, being new to Vue.
Here is my router index.js file:
And here is my LogInForm.vue:
Any clue what I might be doing wrong, or how I should go about troubleshooting?