add page count

This commit is contained in:
2022-11-15 14:58:26 +08:00
parent 7b125d0216
commit eb1b0c9b16
7 changed files with 20 additions and 11 deletions

View File

@@ -203,7 +203,7 @@ const _sfc_main = defineComponent({
disabled: currentPageShow.value > maxPage.value || currentPageShow.value == currentPage.value
}, toDisplayString(unref(t)("page.confirm")), 9, _hoisted_10)
])) : createCommentVNode("", true),
props.count ? (openBlock(), createElementBlock("span", _hoisted_11, "\u5171" + toDisplayString(props.count) + "\u6761", 1)) : createCommentVNode("", true)
__props.count ? (openBlock(), createElementBlock("span", _hoisted_11, "\u5171" + toDisplayString(__props.count) + "\u6761", 1)) : createCommentVNode("", true)
]);
};
}