如何mixin为已经存在的构建mixin?有可能吗?
mixin
我需要重写一个Vendor_Module:js/checkout-mixin已经是mixinfor 的函数Magento_Checkout:js/something
Vendor_Module:js/checkout-mixin
Magento_Checkout:js/something
我尝试按照通常定义 mixin 的方式进行设置requirejs-config.js,但它不起作用。
requirejs-config.js
mixin直接设置新的Magento_Checkout:js/something不是一个选项。
谢谢
magento2
magento2 ×1