You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 31, 2021. It is now read-only.
代码:
times: function () {
return [
{
values: (function () {
var hours = [];
for (var i=0; i<24; i++) hours.push(i > 9 ? i : '0'+i);
return hours;
})()
},
{
divider: true,
content: ':'
},
{
values: (function () {
return ['00','10','20','30','40','50'];
})()
}
];
},
运行环境:版本0.8.2
两次点击如下图:
The text was updated successfully, but these errors were encountered: