mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-09 08:40:26 +08:00
8 lines
150 B
JavaScript
8 lines
150 B
JavaScript
|
|
Tea.context(function () {
|
||
|
|
this.$delay(function () {
|
||
|
|
let that = this
|
||
|
|
teaweb.datepicker("day-input", function (day) {
|
||
|
|
that.day = day
|
||
|
|
})
|
||
|
|
})
|
||
|
|
})
|