<template>
<div id="app">
<router-view />
</div>
</template>
<style>
#app {
min-width: 1200px;
}
</style>