Vue introduces jquery to extend $.fn.xxx, indicating that xxx is not defined

references third-party plug-ins encapsulated by jquery in vue.
plug-ins are functions encapsulated by jauery extensions

$.fn.xs999 = function(u, g) {
        y = {
            color: false,
        }
        $.extend(y, g);
        $(this).each(function() {
            new b($(this), u, y);
        });
    }

use $(") in the vue component. Xs999 (); prompts xs999 is not defined
what to do?

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-1b31fcc-40367.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-1b31fcc-40367.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?