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

Uncaught ReferenceError: BodyScrollLock is not defined

GMArjun opened this issue · comments

I Added https://github.com/mathieustan/vue-datepicker/blob/master/dist/vue-datepicker.min.js to my html file below the vue script. In console it shows this error (Uncaught ReferenceError: BodyScrollLock is not defined).

Hmm. I think dependencies aren't downloaded when you only add script.
You should use classic way, with npm install or yarn add to install it properly.