Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Aug 30, 2019
1 parent 078face commit a3827b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export interface VXETablePluginStatic {
}

/**
* vxe-table renderer plugins for ant-design-vue.
* 基于 vxe-table 表格的适配插件,用于兼容 ant-design-vue 组件库
*/
declare var VXETablePluginAntd: VXETablePluginStatic;

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vxe-table-plugin-antd",
"version": "1.4.3",
"description": "vxe-table renderer plugin for ant-design-vue.",
"version": "1.4.4",
"description": "基于 vxe-table 表格的适配插件,用于兼容 ant-design-vue 组件库",
"scripts": {
"lib": "gulp build"
},
Expand Down

0 comments on commit a3827b2

Please sign in to comment.