In this video we will learn to use Switch Case statement in vue,
For this purpose we will install switch case via npm
'' npm install v-switch-case ''
After that we will import it in app.js file
import VueSwitch from 'v-switch-case';
Vue.use(VueSwitch)
In our scenario we are changing components
You can use it according to your need