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
How do I use it on CDN global?
please, Can you give me an example?
I got this error using the umd
vue-datepicker.umd.js:5 Uncaught TypeError: Cannot read properties of undefined (reading 'extend')
at vue-datepicker.umd.js:5:39664
at vue-datepicker.umd.js:5:233
at vue-datepicker.umd.js:5:296
(anonymous) @ vue-datepicker.umd.js:5
(anonymous) @ vue-datepicker.umd.js:5
(anonymous) @ vue-datepicker.umd.js:5
index.html:54 Uncaught ReferenceError: VueDatePicker is not defined
One more question, how do I format the output? like view is 04/16/2022 output 2022-04-16
thank you
The text was updated successfully, but these errors were encountered:
How do I use it on CDN global?
please, Can you give me an example?
I got this error using the umd
vue-datepicker.umd.js:5 Uncaught TypeError: Cannot read properties of undefined (reading 'extend')
at vue-datepicker.umd.js:5:39664
at vue-datepicker.umd.js:5:233
at vue-datepicker.umd.js:5:296
(anonymous) @ vue-datepicker.umd.js:5
(anonymous) @ vue-datepicker.umd.js:5
(anonymous) @ vue-datepicker.umd.js:5
index.html:54 Uncaught ReferenceError: VueDatePicker is not defined
One more question, how do I format the output? like view is 04/16/2022 output 2022-04-16
thank you
The text was updated successfully, but these errors were encountered: