[Vuejs]-Is it possible for Vue Router to display different layouts based on the parameter passed?

0👍

By passing parameters to the page /admin/form/, you could have two components, one for the first three with one type layout; one for categories with a different layout.
Using v-if … v-else to switch between them.

Leave a comment