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 =