|
@@ -24,7 +24,6 @@ export default {
|
|
|
const { prefix, course, routes = [], tabList = [] } = this;
|
|
const { prefix, course, routes = [], tabList = [] } = this;
|
|
|
const { logo, title, action, content, extraContent } = this.$slots;
|
|
const { logo, title, action, content, extraContent } = this.$slots;
|
|
|
const showTabs = tabList && tabList.length > 0;
|
|
const showTabs = tabList && tabList.length > 0;
|
|
|
- console.log(prefix);
|
|
|
|
|
return (
|
|
return (
|
|
|
<div class="page-header">
|
|
<div class="page-header">
|
|
|
<nav class="breadcrumb" aria-label="breadcrumbs">
|
|
<nav class="breadcrumb" aria-label="breadcrumbs">
|