2.6.1
谷歌浏览器
2.7.2
无连接
在使用DateTimePicker组件的时候,当点击日期时间选择器的时候报错,TypeError: mask.replace is not a function,
帮我解决这个问题,使DateTimePicker能使用
帮我解决这个问题,使DateTimePicker能使用
Translation of this issue:
2.6.1
Chrome
2.7.2
Connectionless
When using the DateTime Picker component, when clicking on the date and time selector, an error is reported. TypeError: mask. replace is not a function.
Help me solve this problem so that DateTime Picker can use it
Help me solve this problem so that DateTime Picker can use it
请提供重现链接
Issues without a valid reproduction link will be closed directly.
I caught the same error
It happened because in my global mixin there was a function with the same name as the elements component had. It was dateFormat. When I was change the name, problem is gone
Most helpful comment
I caught the same error
It happened because in my global mixin there was a function with the same name as the elements component had. It was dateFormat. When I was change the name, problem is gone