🐛(component): 修复 date-picker 组件默认值不存在时导致选择值不回显
This commit is contained in:
@@ -49,7 +49,7 @@ import { ref } from 'vue'
|
||||
export default {
|
||||
setup() {
|
||||
|
||||
const endTime2 = ref("2022-06-04 17:35:00");
|
||||
const endTime2 = ref("");
|
||||
|
||||
return {
|
||||
endTime2
|
||||
|
||||
Reference in New Issue
Block a user