diff --git a/README.md b/README.md
index c024b98..ad0423b 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ VXETable.use(VXETablePluginExportXLSX)
ref="xTable"
height="600"
:data="tableData">
-
+
@@ -47,12 +47,9 @@ export default {
data () {
return {
tableData: [
- {
- id: 100,
- name: 'test',
- age: 26,
- date: null
- }
+ { id: 100, name: 'test', age: 26, date: null },
+ { id: 101, name: 'test1', age: 30, date: null },
+ { id: 102, name: 'test2', age: 34, date: null }
]
}
},
diff --git a/package.json b/package.json
index 00f3b46..431bede 100644
--- a/package.json
+++ b/package.json
@@ -53,7 +53,7 @@
"xe-utils": "^3.1.11"
},
"peerDependencies": {
- "vxe-table": "^2.10.0"
+ "vxe-table": "^2.10.0 || ^3.2.0"
},
"repository": {
"type": "git",
diff --git a/tsconfig.json b/tsconfig.json
index 930ecd6..c2a9e75 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,6 +1,5 @@
{
"files": [
- "index.d.ts",
"index.ts"
],
"compilerOptions": {