jtui3.0 1.0.44 → 1.0.45

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.
@@ -218082,7 +218082,7 @@ function syncAttrs(sourceElem, targetElem, attrsKeys) {
218082
218082
  /*
218083
218083
  * @Author: leevan
218084
218084
  * @Date: 2022-06-29 13:58:34
218085
- * @LastEditTime: 2023-02-10 15:34:52
218085
+ * @LastEditTime: 2023-07-20 10:51:17
218086
218086
  * @LastEditors: leevan
218087
218087
  * @FilePath: /jtui3.0/packages/index.js
218088
218088
  */
@@ -218091,6 +218091,7 @@ function syncAttrs(sourceElem, targetElem, attrsKeys) {
218091
218091
 
218092
218092
 
218093
218093
 
218094
+
218094
218095
  // import './utils/default-passive-events'
218095
218096
  // 组件列表
218096
218097
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jtui3.0",
3
- "version": "1.0.44",
3
+ "version": "1.0.45",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",