App.vue 174 B

123456789101112
  1. <template>
  2. <div id="app">
  3. <!--路由占位符-->
  4. <router-view />
  5. </div>
  6. </template>
  7. <style type="text/css">
  8. .el-breadcrumb {
  9. margin-bottom: 20px;
  10. }
  11. </style>