Commit 2bcf468b by 高浩杰

完善博客展示页

parent 892ee77d
......@@ -31,7 +31,9 @@
width="302px"
height="446px"
style="margin-top: 16px"
></card-container>
>
<user-card></user-card>
</card-container>
<card-container
title="热门标签"
width="302px"
......@@ -58,9 +60,10 @@ import Pagination from "../../components/pc/pagination";
import config from '../../action/config';
import BlogCard from "../../components/pc/projectCard";
import EmptyCard from "../../components/pc/emptyCard";
import UserCard from "../../components/pc/userCard2";
export default {
components: {EmptyCard, Pagination, CardContainer, NavWrap,BlogCard},
components: {UserCard, EmptyCard, Pagination, CardContainer, NavWrap,BlogCard},
async asyncData({$axios}){
let typeList = await $axios.$get(config.api.get.BlogCategory.list);
return {typeList:typeList.data}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment