<script lang="ts" setup name="countPage"> import list from './list.vue' </script> <template> <list /> </template> <!-- <style lang="scss" scoped> </style> -->