mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-10 17:30:29 +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
|
|
})
|
|
})
|
|
}) |