Commit d5c864d2 by dhn

jquery添加

parent 3969bae9
...@@ -5,8 +5,9 @@ ...@@ -5,8 +5,9 @@
define([ define([
'Magento_Checkout/js/view/summary/abstract-total', 'Magento_Checkout/js/view/summary/abstract-total',
'Magento_Checkout/js/model/quote' 'Magento_Checkout/js/model/quote',
], function (Component, quote) { 'jquery'
], function (Component, quote,$) {
'use strict'; 'use strict';
return Component.extend({ return Component.extend({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment