Auto Commit

上级 a66673a8
......@@ -21,7 +21,7 @@ const state = reactive({
}, {
title: '评论量',
dataIndex: 'commentCount',
sorter: (a, b) => a.viewCount - b.viewCount,
sorter: (a, b) => a.commentCount - b.commentCount,
}, {
title: '收藏量',
dataIndex: 'collectCount',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册