slw 0.5.987 → 0.5.988
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 +2 -2
- package/lib/index.umd.cjs +2 -2
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -105659,7 +105659,7 @@ function initVxeRenderer(Q, H, G) {
|
|
|
105659
105659
|
attrs: de,
|
|
105660
105660
|
defaultValue: he
|
|
105661
105661
|
} = oe;
|
|
105662
|
-
return ce.startPlaceholder = ce.placeholder, ce.endPlaceholder = ce.placeholder,
|
|
105662
|
+
return ce.startPlaceholder = ce.placeholder, ce.endPlaceholder = ce.placeholder, createVNode(resolveComponent("el-date-picker"), mergeProps$1({
|
|
105663
105663
|
modelValue: [le[se], le["end_" + se]]
|
|
105664
105664
|
}, {
|
|
105665
105665
|
...de,
|
|
@@ -122222,7 +122222,7 @@ function reConsole() {
|
|
|
122222
122222
|
}
|
|
122223
122223
|
}
|
|
122224
122224
|
console.info(
|
|
122225
|
-
"%cSLW %cVer 0.5.
|
|
122225
|
+
"%cSLW %cVer 0.5.987",
|
|
122226
122226
|
"color:#409EFF;font-size: 22px;font-weight:bolder",
|
|
122227
122227
|
"color:#999;font-size: 12px"
|
|
122228
122228
|
);
|