@blueking/date-picker 0.0.3 → 0.0.4
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 +1 -1
- package/dist/vue2-full.esm.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -34,7 +34,7 @@ import '@blueking/date-picker/dist/vue3-light.css';
|
|
|
34
34
|
|
|
35
35
|
const value = ref(['now-2d/d', 'now',]);
|
|
36
36
|
const timezone = ref('Asia/Shanghai');
|
|
37
|
-
const handleValueChange = (value
|
|
37
|
+
const handleValueChange = (value, info) => {
|
|
38
38
|
console.log(value, info);
|
|
39
39
|
};
|
|
40
40
|
</script>
|
package/dist/vue2-full.esm.js
CHANGED
|
@@ -52095,7 +52095,7 @@ const AZ = {
|
|
|
52095
52095
|
format: this.format || e.format,
|
|
52096
52096
|
modelValue: this.modelValue || e.modelValue,
|
|
52097
52097
|
"onUpdate:modelValue"() {
|
|
52098
|
-
t("
|
|
52098
|
+
t("update:modelValue", ...arguments);
|
|
52099
52099
|
},
|
|
52100
52100
|
"onUpdate:timezone"() {
|
|
52101
52101
|
t("update:timezone", ...arguments);
|