problem description
when I introduce a local third-party CSS file into the index.html of vue, the browser will appear a prompt, and the style will not take effect
the environmental background of the problems and what methods you have tried
searched the Internet for the problem of what interceptor it was, but couldn"t find any modification methods related to vue
related codes
(er, codeshelper rules, so I have to write the code here, manually funny)
what result do you expect? What is the error message actually seen?
I hope the Great God can help me solve the doubt. Thank you.
Update: well, I tried the method of the two people downstairs, and it didn"t work, but I can quote the css path of the font-awesome of the external CDN, so I think it"s something else. My current solution is to introduce the css file directly into main.js until we can figure it out. Thank you all.