update TimePicker

update TimePicker
This commit is contained in:
梁灏 2016-12-27 15:50:07 +08:00
parent 603e437bc2
commit d70cad45ec
3 changed files with 18 additions and 7 deletions

View file

@ -81,6 +81,7 @@ export function getStyle (element, styleName) {
function firstUpperCase(str) {
return str.toString()[0].toUpperCase() + str.toString().slice(1);
}
export {firstUpperCase};
// Warn
export function warnProp(component, prop, correctType, wrongType) {