ElementPlus

1.国际化--中文

ElementPlus_第1张图片

import ElementPlus from 'element-plus'
import zhCn from 'element-plus/dist/locale/zh-cn.mjs'

app.use(ElementPlus, {
  locale: zhCn,
})

2.排序

ElementPlus_第2张图片

你可能感兴趣的:(前端,javascript,开发语言)