diff --git a/themes/simple/LayoutBase.js b/themes/simple/LayoutBase.js index 3d0aa59c..7b68d638 100644 --- a/themes/simple/LayoutBase.js +++ b/themes/simple/LayoutBase.js @@ -10,6 +10,7 @@ import BLOG from '@/blog.config' import { TopBar } from './components/TopBar' import CONFIG_SIMPLE from './config_simple' import { isBrowser, loadExternalResource } from '@/lib/utils' +import { Cover } from './components/Cover' /** * 基础布局 采用左右两侧布局,移动端使用顶部导航栏 @@ -54,6 +55,8 @@ const LayoutBase = props => {