Install & Download:
# NPM
$ npm install vue-router-multi-view --saveDescription:
The vue-router-multi-view replaces <router-view/> with <router-multi-view/> to keep the DOM of the deactivated route alive.
Usage:
import Vue from 'vue' import VueRouterMultiView from 'vue-router-multi-view' Vue.use(VueRouterMultiView)
Preview: