refactor(admin): update login.js to include jQuery dependency
- Add jQuery as a dependency in the define function - Update the function parameters to include jQuery ($) Signed-off-by: wolfcode <37436228+wolf-leo@users.noreply.github.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
define(["easy-admin"], function (ea) {
|
||||
define(["jquery", "easy-admin"], function ($, ea) {
|
||||
|
||||
return {
|
||||
index: function () {
|
||||
|
||||
Reference in New Issue
Block a user