Programming, Vue.js Easy Way To Have Multiple Layouts For Your Vue.js App By Nick Escobedo November 8, 2019 4 min read Leave a comment In Programming, Vue.js 4402 views While building most apps we need to have different layouts depending on the route. For example we might have a different base layout for someone logging in (/login) and for someone visiting a dashboard (/dashboard). Let’s go over one of ... Read more