update TimePicker
update TimePicker
This commit is contained in:
parent
603e437bc2
commit
d70cad45ec
3 changed files with 18 additions and 7 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue