🐛(component): 修复 date-picker 组件默认值不存在时导致选择值不回显

This commit is contained in:
就眠儀式
2022-08-18 16:24:46 +08:00
parent 5c5add2ca6
commit 200ba6c384
2 changed files with 8 additions and 10 deletions

View File

@@ -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