slw 0.8.81 → 0.8.82
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/lib/index.js +8 -5
- package/lib/index.umd.cjs +2 -2
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -107803,14 +107803,17 @@ function initVxeRenderer(Q, H, X) {
|
|
|
107803
107803
|
props: ce,
|
|
107804
107804
|
attrs: de
|
|
107805
107805
|
} = ae;
|
|
107806
|
-
return
|
|
107807
|
-
label: "title"
|
|
107808
|
-
}, ce.data = ce.treeData, console.log(se), createVNode(resolveComponent("el-tree-select"), mergeProps$1({
|
|
107806
|
+
return createVNode(resolveComponent("el-tree-select"), mergeProps$1({
|
|
107809
107807
|
modelValue: le[se],
|
|
107810
107808
|
"onUpdate:modelValue": (he) => le[se] = he
|
|
107811
107809
|
}, {
|
|
107812
107810
|
...de,
|
|
107813
|
-
|
|
107811
|
+
props: {
|
|
107812
|
+
label: "title"
|
|
107813
|
+
},
|
|
107814
|
+
filterable: !0,
|
|
107815
|
+
treeDefaultExpandAll: !1,
|
|
107816
|
+
data: ce.treeData
|
|
107814
107817
|
}), null);
|
|
107815
107818
|
}, re = (ae, le) => {
|
|
107816
107819
|
const {
|
|
@@ -124379,7 +124382,7 @@ function reConsole() {
|
|
|
124379
124382
|
}
|
|
124380
124383
|
}
|
|
124381
124384
|
console.info(
|
|
124382
|
-
`%cSLW %cVer 0.8.
|
|
124385
|
+
`%cSLW %cVer 0.8.82%c
|
|
124383
124386
|
%c文档地址:%chttp://slwdoc.js.sforcecon.com:5900/`,
|
|
124384
124387
|
"color:#409EFF;font-size: 22px;font-weight:bolder;text-shadow: 2px 2px 4px #84c1ff;",
|
|
124385
124388
|
"color:#fff;font-size: 12px;background-color:#409EFF;padding:2px 4px;border-radius:3px;",
|