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

@@ -224,6 +224,6 @@ watch(
{{ t("page.confirm") }}
</button>
</span>
<span v-if="props.count">{{props.count}}</span>
<span v-if="count">{{count}}</span>
</div>
</template>