kohaiy / easytable

A powerful data table based on vuejs. You can use it as data grid、Microsoft Excel or Google sheets. It supports virtual scroll、cell edit etc.
https://easytable.kohai.top/
19 stars 1 forks source link

国际化似乎缺少中文支持 #2

Closed samaelxz closed 3 months ago

kohaiy commented 3 months ago

已修复,请更新版本到 0.0.3

kohaiy commented 3 months ago
import { useVeTable } from '@easytable/vue'
import zhCN from '@easytable/vue/libs/locale/lang/zh-CN'

const app = createApp(App)
app.use(useVeTable({
    locale: zhCN
}))