import LayoutBase from './LayoutBase' import NavPostList from './components/NavPostList' import BlogPostListPage from './components/BlogPostListPage' import BLOG from '@/blog.config' export const LayoutCategory = props => { const { category } = props const slotTop =