Home > Q&A > body text
How can I import some jquery methods? Is there any ready-made solution? Or what parts need to be changed in jquery?
为情所困2017-06-28 09:27:22
Try it
import { ajax } from 'jquery' console.log(ajax)
phpcn_u15822017-06-28 09:27:22
No, jquery mounts all methods to the $object, and all methods must be referenced through the $object.