Vue project, the warning of the console, what kind of warning is this, and how should it be solved?

clipboard.png


uses input [type= "password"], but the website is not https?


npm remove request
npm install request-- save

wepack cannot statically analyze the module you introduced dynamically, and the new version of request solves this problem

Menu