pinia包在低版本火狐浏览器上有兼容问题(比如在52.8版本)导致项目打不开 #1454
Unanswered
lisaao
asked this question in
Help and Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
pinia包在低版本火狐浏览器上有兼容问题(比如在52.8版本)导致项目打不开
报错如下:
SyntaxError: invalid property id chunk-vendors.js:807:20
["./node_modules/_pinia@2.0.13@pinia/dist/pinia.mjs"] http://localhost:8080/static/js/chunk-vendors.js:6292:1
webpack_require http://localhost:8080/static/js/app.js:854:12
hotCreateRequire/fn http://localhost:8080/static/js/app.js:151:20
<匿名> webpack-internal:///./src/store/index.ts:2:63
["./src/store/index.ts"] http://localhost:8080/static/js/app.js:2537:1
webpack_require http://localhost:8080/static/js/app.js:854:12
hotCreateRequire/fn http://localhost:8080/static/js/app.js:151:20
<匿名> webpack-internal:///./src/main.ts:5:64
["./src/main.ts"] http://localhost:8080/static/js/app.js:2502:1
webpack_require http://localhost:8080/static/js/app.js:854:12
hotCreateRequire/fn http://localhost:8080/static/js/app.js:151:20
[1] http://localhost:8080/static/js/app.js:2634:18
webpack_require http://localhost:8080/static/js/app.js:854:12
checkDeferredModules http://localhost:8080/static/js/app.js:46:23
<匿名> http://localhost:8080/static/js/app.js:994:18
<匿名>
Beta Was this translation helpful? Give feedback.
All reactions