@aimerthyr/virtual-table 1.1.0 → 1.1.1-beta.1

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/CHANGELOG.md CHANGED
@@ -22,3 +22,15 @@
22
22
  - 支持表头分组及行列单元格合并
23
23
  - 支持动态配置表格主题
24
24
  - VTbale 官网发布
25
+
26
+ ## [1.1.1] - 2026-03-10
27
+
28
+ ### Changed
29
+
30
+ - 调整部分类型定义为 interface 类型,方便做类型合并
31
+
32
+ ## [1.1.1-beta.1] - 2026-03-10
33
+
34
+ ### Changed
35
+
36
+ - 支持 v-model 类型提示
package/README.md CHANGED
@@ -15,6 +15,11 @@
15
15
  - 基于 Vue 3 Composition API 与 TypeScript 构建
16
16
  - 底层依赖 TanStack Table 与 TanStack Virtual,扩展能力强
17
17
 
18
+ ## 官网
19
+
20
+ **在线地址:**
21
+ [https://aimerthyr.github.io/virtual-table/](https://aimerthyr.github.io/virtual-table/)
22
+
18
23
  ## 安装
19
24
 
20
25
  ```bash