Touring-Vue-Router icon indicating copy to clipboard operation
Touring-Vue-Router copied to clipboard

Results 6 Touring-Vue-Router issues
Sort by recently updated
recently updated
newest added

Hi @Gregg! First off, thanks a lot for the course. I'm enjoying learning from it, and especially enjoying the outtakes :smile: I came across a problem with the route guard...

Hi, There are two declarations of `id="app"` in this project, the first one here: https://github.com/Code-Pop/Touring-Vue-Router/blob/a16e6e1000a1b0e01963fa4902caa4152e586afb/src/App.vue#L2 and the second one here: https://github.com/Code-Pop/Touring-Vue-Router/blob/a16e6e1000a1b0e01963fa4902caa4152e586afb/public/index.html#L14 In one of the `real-world-vue` project there is only...

So I was trying to follow along the coding, I was not able to move forward after removing the watchEffect and replacing it with beforeRouteEnter. The issue I suppose was...

Hi, I am getting the following error inside the console when clicking on Events in navigation. ```runtime-core.esm-bundler.js?5c40:38 [Vue warn]: The "next" callback was never called inside of "beforeRouteEnter": function beforeRouteEnter(routeTo,...

### Here are the steps I followed: 1. git clone https://github.com/Code-Pop/Touring-Vue-Router.git 2. npm install 3. npm run serve ` Touring-Vue-Router git:(main) ✗ npm run serve > [email protected] serve > vue-cli-service...