idea里不报这个错 但是登录页空白 F12报这个错
来源:4-2 集成bootstrap后台管理模板ace
慕姐7179703
2021-03-31
Uncaught ReferenceError: $ is not defined
at eval (App.vue?234e:242)
at Module…/node_modules/cache-loader/dist/cjs.js?!./node_modules/babel-loader/lib/index.js!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/App.vue?vue&type=script&lang=js& (app.js:938)
at webpack_require (app.js:849)
at fn (app.js:151)
at eval (App.vue?c53a:1)
at Module…/src/App.vue?vue&type=script&lang=js& (app.js:985)
at webpack_require (app.js:849)
at fn (app.js:151)
at eval (App.vue?bff9:1)
at Module…/src/App.vue (app.js:973)
vue.runtime.esm.js?2b0e:8429 Download the Vue Devtools extension for a better development experience:
https://github.com/vuejs/vue-devtools
vue.runtime.esm.js?2b0e:8440 You are running Vue in development mode.
Make sure to turn on production mode when deploying for production.
See more tips at https://vuejs.org/guide/deployment.html
192.168.3.15:8080/sockjs-node/info?t=1617179581492:1 Failed to load resource: net::ERR_CONNECTION_REFUSED
192.168.3.15:8080/sockjs-node/info?t=1617179591491:1 Failed to load resource: net::ERR_CONNECTION_REFUSED
1回答
-
甲蛙
2021-04-01
$ is not defined 这个问题检查两个地方
1,正确引入jquery;
2,eslintrc.js把校验规则去掉
00
相似问题