star-horse-lowcode 2.8.13 → 2.8.15

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 CHANGED
@@ -3,7 +3,9 @@
3
3
  [English](README_EN.md) | [中文](README.md)
4
4
 
5
5
  ## 使用说明
6
+
6
7
  1. 安装依赖
8
+
7
9
  ```shell
8
10
  在main.js中引入
9
11
  import StarHorseLowCode from "star-horse-lowcode";
@@ -28,10 +30,14 @@ app.use(StarHorseLowCode,{
28
30
  });
29
31
  app.mount('#app')
30
32
  ```
33
+
31
34
  2. 启动项目
35
+
32
36
  ```shell
33
37
  ```
38
+
34
39
  3. 说明
40
+
35
41
  ```
36
42
  Node 版本 >20
37
43
  该组件库基于vue3+ts+pinia+vue-router+element-plus开发,
@@ -69,7 +75,9 @@ Node 版本 >20
69
75
  使用过程中遇到问题或提出你的宝贵意见可邮件至:l_1019@163.com
70
76
 
71
77
  ```
78
+
72
79
  4. 完整示例(将此代码拷贝到新建.vue空文件)
80
+
73
81
  ```
74
82
  <script setup lang="ts">
75
83
  import {onMounted, provide, reactive, ref} from "vue";
@@ -252,9 +260,11 @@ qrcode 二维码组件
252
260
  barcode 条形码组件
253
261
 
254
262
  ```
263
+
255
264
  5.示例图片
256
- 请到gitee 查看示例图片
265
+ 请到gitee 查看示例图片
257
266
  6.BUG 修改记录
267
+
258
268
  ```
259
269
  1. 2025-03-31 修复动态表单Store piniaInstance 对象共享数据问题
260
270
  修复列表操作按钮不显示问题
@@ -352,7 +362,7 @@ barcode 条形码组件
352
362
  47. 2025-09-03 优化StarHorseFormList,collapseItem,tabItem,tabPanelItem等组件的css样式
353
363
  修复StarHorseJsonEditor 双向数据绑定时,修改数据不响应问题
354
364
  48. 2025-09-06 升级依赖插件
355
-
356
-
365
+ 49. 2025-09-08 修复StarHorseDraggable 组件插槽和设计与非设计模式时的数据控制问题
366
+ 50. 2025-09-12 增加国际化语言包,英文,繁体中文,日文,德文
357
367
 
358
368