refactor: dashboard page. (#102)

pull/103/head
Ryan Wang 2020-03-17 23:56:47 +08:00 committed by GitHub
parent 98ec63e332
commit 75527e73ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -15,10 +15,10 @@
:number="statisticsData.postCount" :number="statisticsData.postCount"
> >
<router-link <router-link
:to="{ name:'PostList' }" :to="{ name:'PostEdit' }"
slot="action" slot="action"
> >
<a-icon type="link" /> <a-icon type="plus" />
</router-link> </router-link>
</analysis-card> </analysis-card>
</a-col> </a-col>