<template> <div class="app-main-view-div"> <router-view /> </div> </template> <style scoped> .app-main-view-div { width: 100%; height: 100%; position: relative; overflow-x: hidden; overflow-y: auto; } </style>