creativetimofficial / vuetify-material-dashboard

Vuetify Material Dashboard - Open Source Material Design Admin by Creative Tim

Home Page:https://www.creative-tim.com/product/vuetify-material-dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to add custom view like login page ?

tarikhagustia opened this issue · comments

hi, how to add custom view without inherit to admin page ?

Hi, @tarikhagustia! Thank you for using our products. Please, can you be more explicit?

Regards,
Dragos

@tarikhagustia we added one without much effort, just found an example from Vuetify and modified a bit for what we needed.

hi @dragosct10 thanks for replaying, what i want is to add new page without using admin template,

Hi! I understand now that you want a page with another layout and this will be available in the PRO version, but you can try to see this and here you will find information on how to use multiple views.

Regards,
Dragos

Another option is to hide parts of the layout, like certain buttons on the tool bar and certain links on the Drawer when !isLoggedIn()

The function could get the login status from Vuex using a getter.

thanks @dragosct10 and @micklynch i will try @micklynch solution .. i'll close this issue