<template> <div id="app"> <!--路由占位符--> <router-view /> </div> </template> <style type="text/css"> .el-breadcrumb { margin-bottom: 20px; } </style>