mathieustan / vue-datepicker

A clean datepicker made with VueJs

Home Page:https://vue-datepicker.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CDN Global

amchconsult opened this issue · comments

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