diff --git a/src/views/post/PostList.vue b/src/views/post/PostList.vue index b12ba513..d7003fd4 100644 --- a/src/views/post/PostList.vue +++ b/src/views/post/PostList.vue @@ -128,12 +128,27 @@ :loading="postsLoading" :pagination="false" > - {{ postTitle }} + slot-scope="text,record" + > + {{ text }} + --> + + + {{ text }} + + +