@gridsheet/vue-core 2.0.3-0 → 2.0.5-0
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 +6 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@ Spreadsheet component for Vue 3
|
|
|
8
8
|
npm install @gridsheet/vue-core
|
|
9
9
|
```
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
### Peer Dependencies
|
|
12
12
|
|
|
13
13
|
This package requires the following peer dependency:
|
|
14
14
|
|
|
@@ -79,6 +79,11 @@ This package exports:
|
|
|
79
79
|
- `GridSheet` - Vue 3 component
|
|
80
80
|
- `useHub` - Vue 3-specific reactive hub composable
|
|
81
81
|
|
|
82
|
+
## Docs
|
|
83
|
+
|
|
84
|
+
- [GridSheet document](https://gridsheet.walkframe.com/)
|
|
85
|
+
- [Examples](https://gridsheet.walkframe.com/examples/case1)
|
|
86
|
+
|
|
82
87
|
## Development
|
|
83
88
|
|
|
84
89
|
```bash
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gridsheet/vue-core",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.5-0",
|
|
4
4
|
"description": "Spreadsheet component for Vue 3",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"vue": "^3.3.0"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@gridsheet/preact-core": "^2.0.
|
|
23
|
+
"@gridsheet/preact-core": "^2.0.5"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@vitejs/plugin-vue": "^5.2.4",
|