Skip to content

Commit

Permalink
releases 4.2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Oct 8, 2024
1 parent 3c3e9e5 commit 0c4899e
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@

一个基于 [vue](https://www.npmjs.com/package/vue) 的 PC 端组件库

* 设计理念
* 面向现代浏览器,高效的简洁 API 设计
* 按需加载

* 计划
* [x] ~~v1.0 ~~
* [x] ~~v2.0 ~~
* [x] v3.0 基于 vue2.6+,只支持现代浏览器,不支持 IE
* [x] v4.0 基于 vue3.2+,只支持现代浏览器,不支持 IE
* [ ] 下一阶段:高阶组件、数据图表可视化、全功能可视化设计器

## 浏览器支持

![Edge](https://raw.github.com/alrra/browser-logos/master/src/edge/edge_48x48.png) | ![Chrome](https://raw.github.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png) | ![Firefox](https://raw.github.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png) | ![Opera](https://raw.github.com/alrra/browser-logos/master/src/opera/opera_48x48.png) | ![Safari](https://raw.github.com/alrra/browser-logos/master/src/safari/safari_48x48.png)
Expand Down
2 changes: 1 addition & 1 deletion helper/vetur/attributes.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion helper/vetur/tags.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vxe-pc-ui",
"version": "4.2.15",
"version": "4.2.16",
"description": "A vue based PC component library",
"scripts": {
"update": "npm install --legacy-peer-deps",
Expand All @@ -25,7 +25,7 @@
"style": "lib/style.css",
"typings": "types/index.d.ts",
"dependencies": {
"@vxe-ui/core": "^4.0.12"
"@vxe-ui/core": "^4.0.13"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.21.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/language/en-US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default {
goto: 'Go to',
gotoTitle: 'Number',
pagesize: '{0}/page',
total: 'Total {0} record',
total: 'Total {0} records',
pageClassifier: '',
homePage: 'Home',
homePageTitle: 'Home page',
Expand Down

0 comments on commit 0c4899e

Please sign in to comment.