Login Form Template

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
darrylbarrow
Posts: 2
Joined: 22 Jul 2021, 12:59

22 Jul 2021, 22:45

How does the Login.vue page know not to display the menu bars?

Thanks

tugce.kucukoglu
Posts: 560
Joined: 23 Oct 2020, 09:28

24 Jul 2021, 20:12

Hi,

main.js file checks the routes

Code: Select all

switch (this.$route.path) {
	case '/login':
		return Login;
	....
	default:
		return App;
}

darrylbarrow
Posts: 2
Joined: 22 Jul 2021, 12:59

26 Jul 2021, 12:12

Perfect :D
Thanks

tugce.kucukoglu
Posts: 560
Joined: 23 Oct 2020, 09:28

26 Jul 2021, 16:46

Your welcome!

Post Reply

Return to “Roma - PrimeVue”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 2 guests