@uf_lee/leeui 1.0.21 → 1.0.23
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 +2 -2
- package/dist/leeui.es.js +373 -364
- package/dist/leeui.umd.js +1 -1
- package/dist/types/components/LElForm/src/LElForm.vue.d.ts +10 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -466,11 +466,11 @@ const model: any = reactive({
|
|
|
466
466
|
|
|
467
467
|
欢迎贡献代码!请提交 PR 或 Issue 进行讨论。
|
|
468
468
|
|
|
469
|
-
1. Fork 本仓库。
|
|
469
|
+
<!-- 1. Fork 本仓库。
|
|
470
470
|
2. 创建新分支:`git checkout -b feature-branch`。
|
|
471
471
|
3. 提交更改:`git commit -m 'Add some feature'`。
|
|
472
472
|
4. 推送分支:`git push origin feature-branch`。
|
|
473
|
-
5. 提交 Pull Request。
|
|
473
|
+
5. 提交 Pull Request。 -->
|
|
474
474
|
|
|
475
475
|
## 📜 License
|
|
476
476
|
|