First, install jquery: npm i jquery. Then in the very top of your main JS file (app.js): import jQuery from 'jquery'; window.jQuery = jQuery ...
確定! 回上一頁