This commit is contained in:
ChenQiuYu 2025-05-20 15:28:33 +08:00
parent 1396ff75d3
commit 130de30838
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
v-model="date" v-model="date"
type="daterange" type="daterange"
unlink-panels unlink-panels
range-separator="To" range-separator="-"
start-placeholder="Start date" start-placeholder="Start date"
end-placeholder="End date" end-placeholder="End date"
@change="dateChangeHandler" @change="dateChangeHandler"