<template> <div id="app"> <Router-view /> </div> </template> <style lang="less"> #app { max-width: 500px; margin: 0 auto; height: 100vh; } </style>