@revolist/vue3-datagrid 4.11.17 → 4.11.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -120,6 +120,9 @@ Support Millions of cells and thousands of columns easy and efficiently for fast
|
|
|
120
120
|
|
|
121
121
|
- **Rich API & Additional Improvements**: Explore hundreds of other small customizations and improvements in [RevoGrid](https://rv-grid.com/).
|
|
122
122
|
|
|
123
|
+
> [!TIP]
|
|
124
|
+
> For Vue 2, use [this repo](https://github.com/revolist/vue-datagrid)
|
|
125
|
+
|
|
123
126
|
### Usage Vue 3
|
|
124
127
|
|
|
125
128
|
With NPM:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@revolist/vue3-datagrid",
|
|
3
|
-
"version": "4.11.
|
|
3
|
+
"version": "4.11.18",
|
|
4
4
|
"description": "Vue 3 DataGrid Spreadsheet component with native Vue 3 cell render support",
|
|
5
5
|
"main": "./dist/vue3-datagrid.umd.cjs",
|
|
6
6
|
"module": "./dist/vue3-datagrid.js",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"homepage": "https://github.com/revolist/revogrid#readme",
|
|
66
66
|
"license": "MIT",
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"@revolist/revogrid": "4.11.
|
|
68
|
+
"@revolist/revogrid": "4.11.18"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
71
|
"@stencil/core": "^4.19.2",
|