mirror of https://github.com/halo-dev/halo-admin
refactor: dashboard page. (#102)
parent
98ec63e332
commit
75527e73ca
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue