[Vuejs]-Laravel + Vue.js + vuejs-datepicker, cannot apply typeable prop

0๐Ÿ‘

โœ…

I found out what my problem is. I check the package version of this vuejs-datepicker and I found out that the installed version of this package was 0.9.16

I check this version and I found out this typeable prop is not supported on that version. So I tried to upgrade my package version to 1.6.2 and It works!!!!!!! Thanks!!!

Solution: check and update your package version. 1.6.2 support this typeable prop!!!

Leave a comment