Introducing bootstrapValidator js file into vue project to report error

the js,bootstrap in which I have imported the relevant jquery,bootstrap into the import file main.js works normally, but the error after importing bootstrapValidator is as follows:

clipboard.png

htmlbootstrapValidator
main.js:

clipboard.png

npm
chorme

clipboard.png
Baidu searched a lot. Errors like Uncaught TypeError: Cannot read property "XX" of undefined are caused by errors in the loading order of files, that is, bootstrapValidator.js relies on jquery.js, to import jquery, before importing. As I said above, I tried it on the ordinary html page, and reversing the import order does report an error, but I first imported jquery and bootstrap-related js in main.js. How should this problem be solved?

Mar.12,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b38148-2c0f0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b38148-2c0f0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?