<script setup lang="ts"> import zhCn from 'element-plus/dist/locale/zh-cn.mjs' // 修改分页器默认文字 zhCn.el.pagination.goto = '跳至' </script> <template> <el-config-provider :locale="zhCn"> <RouterView/> </el-config-provider> </template>