mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
fix(theme): 博客页无用户信息时过渡动效
This commit is contained in:
parent
d2bcc3fd07
commit
34106ec709
@ -17,8 +17,8 @@ const page = usePageData<PlumeThemePageData>()
|
|||||||
<template>
|
<template>
|
||||||
<div class="blog-wrapper">
|
<div class="blog-wrapper">
|
||||||
<div class="blog-container" :class="{ 'no-avatar': !theme.avatar }">
|
<div class="blog-container" :class="{ 'no-avatar': !theme.avatar }">
|
||||||
<TransitionFadeSlideY>
|
|
||||||
<BlogNav v-if="!theme.avatar" is-local />
|
<BlogNav v-if="!theme.avatar" is-local />
|
||||||
|
<TransitionFadeSlideY>
|
||||||
<PostList v-if="page.type === 'blog'" />
|
<PostList v-if="page.type === 'blog'" />
|
||||||
<Tags v-if="page.type === 'blog-tags'" />
|
<Tags v-if="page.type === 'blog-tags'" />
|
||||||
<Archives v-if="page.type === 'blog-archives'" />
|
<Archives v-if="page.type === 'blog-archives'" />
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user