import LayoutBase from './LayoutBase' import BLOG from '@/blog.config' import NavPostList from './components/NavPostList' import BlogPostListPage from './components/BlogPostListPage' export const LayoutTag = (props) => { const { tag } = props const slotTop =
标签:
{tag}
return {BLOG.POST_LIST_STYLE === 'page' ? : } } export default LayoutTag