2
I have an email application and I have a side menu with all the mailboxes that will be available to the user. Here’s a screenshot:
What I want to do is:
Each time I select (click) an item from that menu it reloads only the content of the page, without reloading the page as a whole, ie change only what the user is seeing without reloading the whole page.
It is possible??
I believe that with the use of Ajax helping Vue.js you can do what you want.
– Lucas Henrique
Okay, I’ll look into it, thanks for your help
– LeonardoEbert