Auto Commit

上级 2500b7f8
......@@ -19,7 +19,7 @@ const state = reactive({
dataIndex: 'viewCount',
sorter: (a, b) => a.viewCount - b.viewCount,
}, {
title: '评论',
title: '评论',
dataIndex: 'commentCount',
sorter: (a, b) => a.viewCount - b.viewCount,
}, {
......@@ -226,7 +226,7 @@ function initFirstData() {
</a-table>
</div>
<div>
<a-spin :spining="!state.loading">
<a-spin :spinning="!state.loading">
<div id="first" style="width:100vw;height:900px;margin: 0 auto"></div>
</a-spin>
</div>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册