Error when using Vant (0 , vue__WEBPACK_IMPORTED_MODULE_10__.ref) is not a function)

Error after installing vant

Error message: app.js:127 Uncaught TypeError: (0 , vue__WEBPACK_IMPORTED_MODULE_10__.ref) is not a function

insert image description here
Solution: check whether the versions of vant and vue we use in our package.jsonfile are consistent, if not, uninstall Vant and reinstall

insert image description here

solution:

  1. Uninstall vantyarn remove vant
  2. Reinstall vant:yarn add [email protected]

tips:Make the versions of vant and vue consistent

So this headache problem is solved~~~


insert image description here

Guess you like

Origin blog.csdn.net/egg_er/article/details/124647551