adminforth 2.4.0-next.48 → 2.4.0-next.49

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.
@@ -172,6 +172,7 @@ function updateFromProps() {
172
172
  if (!props.valueEnd) {
173
173
  datepickerEndEl.value.value = '';
174
174
  endTime.value = '';
175
+ endDate.value = '';
175
176
  } else if (props.column.type === 'time') {
176
177
  endTime.value = props.valueEnd;
177
178
  } else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adminforth",
3
- "version": "2.4.0-next.48",
3
+ "version": "2.4.0-next.49",
4
4
  "description": "OpenSource Vue3 powered forth-generation admin panel",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",