problem description
how vue.js projects use native third-party libraries
the environmental background of the problems and what methods you have tried
I put the compressed files of the third-party library under the assets folder, introducing import"@ / assets/js/jtopo.min"
into the component.related codes
/ / Please paste the code text below (do not replace the code with pictures)
import"@ / assets/js/jtopo.min"
what result do you expect? What is the error message actually seen?
ReferenceError: JTopo is not defined