myliang / x-spreadsheet

The project has been migrated to @wolf-table/table https://github.com/wolf-table/table
https://myliang.github.io/x-spreadsheet
MIT License
13.97k stars 1.67k forks source link

vue3 + vite 这样成功了 #694

Closed xixihappy closed 1 month ago

xixihappy commented 1 month ago
          vue3 + vite 这样成功了
// 引入src下的依赖
import zhCN from 'x-data-spreadsheet/src/locale/zh-cn';
import Spreadsheet from 'x-data-spreadsheet';
// 设置中文
Spreadsheet.locale('zh-cn', zhCN);

Originally posted by @zyplayer in https://github.com/myliang/x-spreadsheet/issues/281#issuecomment-1418690064