修复多选框组件问题

This commit is contained in:
liaozetao
2023-10-19 11:53:58 +08:00
parent 3cffb075ba
commit 6502e1443b

View File

@@ -52,7 +52,7 @@
define(['jquery', 'knockout'], factory);
} else {
// Browser globals
factory(root.jQuery, root.ko);
factory(require("jquery"), root.ko);
}
})(this, function ($, ko) {
"use strict";// jshint ;_;